Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889827
ArcanistTaskSymbolRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
597 B
Referenced Files
None
Subscribers
None
ArcanistTaskSymbolRef.php
View Options
<?php
final
class
ArcanistTaskSymbolRef
extends
ArcanistSimpleSymbolRef
{
public
function
getRefDisplayName
(
)
{
return
pht
(
'Task Symbol "%s"'
,
$this
->
getSymbol
(
)
)
;
}
protected
function
getSimpleSymbolPrefixPattern
(
)
{
return
'[Tt]?'
;
}
protected
function
getSimpleSymbolPHIDType
(
)
{
return
'TASK'
;
}
public
function
getSimpleSymbolConduitSearchMethodName
(
)
{
return
'maniphest.search'
;
}
public
function
getSimpleSymbolInspectFunctionName
(
)
{
return
'task'
;
}
public
function
newSimpleSymbolObjectRef
(
)
{
return
new
ArcanistTaskRef
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:42 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118084
Default Alt Text
ArcanistTaskSymbolRef.php (597 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment