Page MenuHomePhorge
Diviner Tech Docs PhabricatorConfigOption

final class PhabricatorConfigOption
Phorge Technical Documentation (Config)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

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$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function setBaseClass($base_class)

This method is not documented.
Parameters
$base_class
Return
wild

public function getBaseClass()

This method is not documented.
Return
wild

public function setHidden($hidden)

This method is not documented.
Parameters
$hidden
Return
wild

public function getHidden()

This method is not documented.
Return
wild

public function setLocked($locked)

This method is not documented.
Parameters
$locked
Return
wild

public function getLocked()

This method is not documented.
Return
wild

public function setLockedMessage($message)

This method is not documented.
Parameters
$message
Return
wild

public function getLockedMessage()

This method is not documented.
Return
wild

public function addExample($value, $description)

This method is not documented.
Parameters
$value
$description
Return
wild

public function getExamples()

This method is not documented.
Return
wild

public function setGroup($group)

This method is not documented.
Parameters
PhabricatorApplicationConfigOptions$group
Return
wild

public function getGroup()

This method is not documented.
Return
wild

public function setBoolOptions($options)

This method is not documented.
Parameters
array$options
Return
wild

public function getBoolOptions()

This method is not documented.
Return
wild

public function setEnumOptions($options)

This method is not documented.
Parameters
array$options
Return
wild

public function getEnumOptions()

This method is not documented.
Return
wild

public function setKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getKey()

This method is not documented.
Return
wild

public function setDefault($default)

This method is not documented.
Parameters
$default
Return
wild

public function getDefault()

This method is not documented.
Return
wild

public function setSummary($summary)

This method is not documented.
Parameters
$summary
Return
wild

public function getSummary()

This method is not documented.
Return
wild

public function setDescription($description)

Set the human Description of this Config

Parameters
string|null$descriptionDescription as raw Remarkup
Return
self

public function getDescription()

Get the human Description of this Config

Return
string|nullDescription as raw Remarkup

public function setType($type)

This method is not documented.
Parameters
$type
Return
wild

public function getType()

This method is not documented.
Return
wild

public function newOptionType()

This method is not documented.
Return
wild

public function isCustomType()

This method is not documented.
Return
wild

public function getCustomObject()

This method is not documented.
Return
wild

public function getCustomData()

This method is not documented.
Return
wild

public function setCustomData($data)

This method is not documented.
Parameters
$data
Return
wild

public function newDescriptionRemarkupView($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild