Page MenuHomePhabricator
Diviner libphutil Tech Docs ArcanistDictionaryConfigurationSource

abstract class ArcanistDictionaryConfigurationSource
libphutil Technical Documentation ()

This class is not documented.

Methods

abstract public function getSourceDisplayName()
Inherited

This method is not documented.
Return
wild

public function getAllKeys()

This method is not documented.
Return
wild

public function hasValueForKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getValueForKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getConfigurationSourceScope()
Inherited

This method is not documented.
Return
wild

public function isStringSource()
Inherited

This method is not documented.
Return
wild

public function isWritableConfigurationSource()
Inherited

This method is not documented.
Return
wild

public function didReadUnknownOption($runtime, $key)
Inherited

This method is not documented.
Parameters
ArcanistRuntime$runtime
$key
Return
wild

public function __construct($dictionary)

This method is not documented.
Parameters
array$dictionary
Return
this//Implicit.//

public function setStorageValueForKey($key, $value)

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

protected function writeToStorage($values)

This method is not documented.
Parameters
$values
Return
wild