Page MenuHomePhabricator
Diviner libphutil Tech Docs ArcanistWildConfigOption

final class ArcanistWildConfigOption
libphutil Technical Documentation ()

This option type makes it easier to manage unknown options with unknown types.

Methods

public function setKey($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

public function getKey()
Inherited

This method is not documented.
Return
wild

public function setAliases($aliases)
Inherited

This method is not documented.
Parameters
$aliases
Return
wild

public function getAliases()
Inherited

This method is not documented.
Return
wild

public function setSummary($summary)
Inherited

This method is not documented.
Parameters
$summary
Return
wild

public function getSummary()
Inherited

This method is not documented.
Return
wild

public function setHelp($help)
Inherited

This method is not documented.
Parameters
$help
Return
wild

public function getHelp()
Inherited

This method is not documented.
Return
wild

public function setExamples($examples)
Inherited

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

public function getExamples()
Inherited

This method is not documented.
Return
wild

public function setDefaultValue($default_value)
Inherited

This method is not documented.
Parameters
$default_value
Return
wild

public function getDefaultValue()
Inherited

This method is not documented.
Return
wild

public function getType()

This method is not documented.
Return
wild

public function getValueFromStorageValueList($list)

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

public function getValueFromStorageValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function getDisplayValueFromValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function getStorageValueFromValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function getStorageValueFromStringValue($value)

This method is not documented.
Parameters
$value
Return
wild

protected function getStorageValueFromSourceValue($source_value)
Inherited

This method is not documented.
Parameters
ArcanistConfigurationSourceValue$source_value
Return
wild

public function writeValue($source, $value)
Inherited

This method is not documented.
Parameters
ArcanistConfigurationSource$source
$value
Return
wild