Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282954
ArcanistFileSymbolRef.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
592 B
Referenced Files
None
Subscribers
None
ArcanistFileSymbolRef.php
View Options
<?php
final
class
ArcanistFileSymbolRef
extends
ArcanistSimpleSymbolRef
{
public
function
getRefDisplayName
(
)
{
return
pht
(
'File Symbol "%s"'
,
$this
->
getSymbol
(
)
)
;
}
protected
function
getSimpleSymbolPrefixPattern
(
)
{
return
'[Ff]?'
;
}
protected
function
getSimpleSymbolPHIDType
(
)
{
return
'FILE'
;
}
public
function
getSimpleSymbolConduitSearchMethodName
(
)
{
return
'file.search'
;
}
public
function
getSimpleSymbolInspectFunctionName
(
)
{
return
'file'
;
}
public
function
newSimpleSymbolObjectRef
(
)
{
return
new
ArcanistFileRef
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mar 24 2025, 12:37 (7 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118876
Default Alt Text
ArcanistFileSymbolRef.php (592 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment