public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final protected function setResultCode($result_code)
final protected function setResultCode($result_code)
Parameters
$result_code |
Return
wild |
final protected function loadFromResultMap($map)
final protected function loadFromResultMap($map)
Parameters
array | $map |
Return
wild |
final public function getResultCode()
final public function getResultCode()
Return
wild |
final protected function getResultData()
final protected function getResultData()
Return
wild |
final public function setResultData($result_data)
final public function setResultData($result_data)
Parameters
array | $result_data |
Return
wild |
final public function getIconIcon()
final public function getIconIcon()
Return
wild |
final public function getIconColor()
final public function getIconColor()
Return
wild |
final public function getName()
final public function getName()
Return
wild |
abstract public function newDetailsView($viewer)
abstract public function newDetailsView($viewer)
Parameters
PhabricatorUser | $viewer |
Return
wild |
final protected function getDataProperty($key, $default)
final protected function getDataProperty($key, $default)
Parameters
$key | ||
$default |
Return
wild |
final public function newResultMap()
final public function newResultMap()
Return
wild |
final protected function getSpecificationProperty($key)
final protected function getSpecificationProperty($key)
Parameters
$key |
Return
wild |
final protected function getResultSpecification($result_code)
final protected function getResultSpecification($result_code)
Parameters
$result_code |
Return
wild |
abstract protected function newResultSpecificationMap()
abstract protected function newResultSpecificationMap()
Return
wild |
final protected function newErrorView($error_class, $error_message)
final protected function newErrorView($error_class, $error_message)
Parameters
$error_class | ||
$error_message |
Return
wild |