Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111303096
PhabricatorPHIDConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 30, 16:15
Size
555 B
Mime Type
text/x-php
Expires
Fri, May 2, 16:15 (2 d)
Engine
blob
Format
Raw Data
Handle
25887505
Attached To
rPH Phabricator
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.'
)),
);
}
}
Event Timeline
Log In to Comment