public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
public function getName()
public function getName()
Return
wild |
public function getDescription()
public function getDescription()
Return
wild |
public function getGroup()
public function getGroup()
Return
wild |
public function getOptions()
public function getOptions()
Return
wild |
public function getIcon()
public function getIcon()
Return
wild |
public function validateOption($option, $value)Inherited
public function validateOption($option, $value)
Inherited
Parameters
PhabricatorConfigOption | $option | |
$value |
Return
wild |
protected function didValidateOption($option, $value)Inherited
protected function didValidateOption($option, $value)
Inherited
Parameters
PhabricatorConfigOption | $option | |
$value |
Return
wild |
public function renderContextualDescription($option, $request)Inherited
public function renderContextualDescription($option, $request)
Inherited
PhabricatorApplicationConfigOptions
Hook to render additional hints based on, e.g., the viewing user, request, or other context. For example, this is used to show workspace IDs when configuring asana.workspace-id.
Parameters
PhabricatorConfigOption | $option | Option being rendered. |
AphrontRequest | $request | Active request. |
Return
wild | Additional contextual description information. |
public function getKey()Inherited
public function getKey()
Inherited
Return
wild |
final protected function newOption($key, $type, $default)Inherited
final protected function newOption($key, $type, $default)
Inherited
Parameters
$key | ||
$type | ||
$default |
Return
wild |
final public static function loadAll($external_only)Inherited
final public static function loadAll($external_only)
Inherited
Parameters
$external_only |
Return
wild |
final public static function loadAllOptions($external_only)Inherited
final public static function loadAllOptions($external_only)
Inherited
Parameters
$external_only |
Return
wild |
final protected function deformat($string)Inherited
final protected function deformat($string)
Inherited
PhabricatorApplicationConfigOptions
Deformat a HEREDOC for use in remarkup by converting line breaks to spaces.
Parameters
$string |
Return
wild |