Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281816
ArcanistBuildPlanSymbolRef.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
639 B
Referenced Files
None
Subscribers
None
ArcanistBuildPlanSymbolRef.php
View Options
<?php
final
class
ArcanistBuildPlanSymbolRef
extends
ArcanistSimpleSymbolRef
{
public
function
getRefDisplayName
(
)
{
return
pht
(
'Build Plan Symbol "%s"'
,
$this
->
getSymbol
(
)
)
;
}
protected
function
getSimpleSymbolPHIDType
(
)
{
return
'HMCP'
;
}
public
function
getSimpleSymbolConduitSearchMethodName
(
)
{
return
'harbormaster.buildplan.search'
;
}
public
function
getSimpleSymbolConduitSearchAttachments
(
)
{
return
array
(
)
;
}
public
function
getSimpleSymbolInspectFunctionName
(
)
{
return
'buildplan'
;
}
public
function
newSimpleSymbolObjectRef
(
)
{
return
new
ArcanistBuildPlanRef
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 01:50 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118855
Default Alt Text
ArcanistBuildPlanSymbolRef.php (639 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment