Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorConfigStackSource

final class PhabricatorConfigStackSource
Phabricator Technical Documentation ()

Configuration source which reads from a stack of other configuration sources.

This source is writable if any source in the stack is writable. Writes happen to the first writable source only.

Methods

public function setName($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function getName()
Inherited

This method is not documented.
Return
wild

public function getKeys($keys)

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

public function getAllKeys()

This method is not documented.
Return
wild

public function canWrite()

This method is not documented.
Return
wild

public function setKeys($keys)

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

public function deleteKeys($keys)

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

public function pushSource($source)

This method is not documented.
Parameters
PhabricatorConfigSource$source
Return
wild

public function popSource()

This method is not documented.
Return
wild

public function getStack()

This method is not documented.
Return
wild