Page MenuHomePhorge

PhabricatorPHIDConfigOptions.php
No OneTemporary

Size
555 B
Referenced Files
None
Subscribers
None

PhabricatorPHIDConfigOptions.php

<?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

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)

Event Timeline