Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F985824
PhabricatorPHIDConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
555 B
Referenced Files
None
Subscribers
None
PhabricatorPHIDConfigOptions.php
View Options
<?php
final
class
PhabricatorPHIDConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
"PHID"
);
}
public
function
getDescription
()
{
return
pht
(
"Configure PHID generation and lookup."
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'phid.external-loaders'
,
'wild'
,
null
)
->
setDescription
(
pht
(
'For each new 4-char PHID type, point to an external loader for '
.
'that type.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 4:21 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
238205
Default Alt Text
PhabricatorPHIDConfigOptions.php (555 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment