Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorConfigOption

final class PhabricatorConfigOption
Phorge Technical Documentation (Config)

This class is not documented.

Methods

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
arrayPairs of a config value and its description

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
arrayArray of boolean options, defaults to True and False

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)

Set the config key.

Parameters
string$key$key
Return
$this

public function getKey()

Get the config key.

Return
string

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)

Set the type key.

Parameters
string$typeType key.
Return
$this

public function getType()

Get the type key.

Return
string|null

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