Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660917
ArcanistPasteSymbolRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
714 B
Referenced Files
None
Subscribers
None
ArcanistPasteSymbolRef.php
View Options
<?php
final
class
ArcanistPasteSymbolRef
extends
ArcanistSimpleSymbolRef
{
public
function
getRefDisplayName
()
{
return
pht
(
'Paste Symbol "%s"'
,
$this
->
getSymbol
());
}
protected
function
getSimpleSymbolPrefixPattern
()
{
return
'[Pp]?'
;
}
protected
function
getSimpleSymbolPHIDType
()
{
return
'PSTE'
;
}
public
function
getSimpleSymbolConduitSearchMethodName
()
{
return
'paste.search'
;
}
public
function
getSimpleSymbolConduitSearchAttachments
()
{
return
array
(
'content'
=>
true
,
);
}
public
function
getSimpleSymbolInspectFunctionName
()
{
return
'paste'
;
}
public
function
newSimpleSymbolObjectRef
()
{
return
new
ArcanistPasteRef
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:42 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1072488
Default Alt Text
ArcanistPasteSymbolRef.php (714 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment