Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889203
ArcanistBuildableSymbolRef.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
638 B
Referenced Files
None
Subscribers
None
ArcanistBuildableSymbolRef.php
View Options
<?php
final
class
ArcanistBuildableSymbolRef
extends
ArcanistSimpleSymbolRef
{
public
function
getRefDisplayName
(
)
{
return
pht
(
'Buildable Symbol "%s"'
,
$this
->
getSymbol
(
)
)
;
}
protected
function
getSimpleSymbolPHIDType
(
)
{
return
'HMBB'
;
}
public
function
getSimpleSymbolConduitSearchMethodName
(
)
{
return
'harbormaster.buildable.search'
;
}
public
function
getSimpleSymbolConduitSearchAttachments
(
)
{
return
array
(
)
;
}
public
function
getSimpleSymbolInspectFunctionName
(
)
{
return
'buildable'
;
}
public
function
newSimpleSymbolObjectRef
(
)
{
return
new
ArcanistBuildableRef
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 11:48 (5 w, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114590
Default Alt Text
ArcanistBuildableSymbolRef.php (638 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment