Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118225910
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, Jun 18, 14:14
Size
555 B
Mime Type
text/x-php
Expires
Fri, Jun 20, 14:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26801050
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