Page MenuHomePhabricator

abstract class PhabricatorSetting
Phabricator Technical Documentation (Settings)

This class is not documented.

Methods

public function setViewer($viewer)

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

public function getViewer()

This method is not documented.
Return
wild

abstract public function getSettingName()

This method is not documented.
Return
wild

public function getSettingPanelKey()

This method is not documented.
Return
wild

protected function getSettingOrder()

This method is not documented.
Return
wild

public function getSettingOrderVector()

This method is not documented.
Return
wild

protected function getControlInstructions()

This method is not documented.
Return
wild

protected function isEnabledForViewer($viewer)

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

public function getSettingDefaultValue()

This method is not documented.
Return
wild

final public function getSettingKey()

This method is not documented.
Return
wild

public static function getAllSettings()

This method is not documented.
Return
wild

public static function getAllEnabledSettings($viewer)

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

final public function newCustomEditFields($object)

This method is not documented.
Parameters
$object
Return
wild

protected function newCustomEditField($object)

This method is not documented.
Parameters
$object
Return
wild

protected function newEditField($object, $template)

This method is not documented.
Parameters
$object
PhabricatorEditField$template
Return
wild

public function validateTransactionValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function assertValidValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function getTransactionNewValue($value)

This method is not documented.
Parameters
$value
Return
wild

public function expandSettingTransaction($object, $xaction)

This method is not documented.
Parameters
$object
$xaction
Return
wild

protected function newSettingTransaction($object, $key, $value)

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