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)Inherited
final protected function setResultCode($result_code)
Inherited
Parameters
$result_code |
Return
wild |
final protected function loadFromResultMap($map)Inherited
final protected function loadFromResultMap($map)
Inherited
Parameters
array | $map |
Return
wild |
final public function getResultCode()Inherited
final public function getResultCode()
Inherited
Return
wild |
final protected function getResultData()Inherited
final protected function getResultData()
Inherited
Return
wild |
final public function setResultData($result_data)Inherited
final public function setResultData($result_data)
Inherited
Parameters
array | $result_data |
Return
wild |
final public function getIconIcon()Inherited
final public function getIconIcon()
Inherited
Return
wild |
final public function getIconColor()Inherited
final public function getIconColor()
Inherited
Return
wild |
final public function getName()Inherited
final public function getName()
Inherited
Return
wild |
public function newDetailsView($viewer)
public function newDetailsView($viewer)
Parameters
PhabricatorUser | $viewer |
Return
wild |
final protected function getDataProperty($key, $default)Inherited
final protected function getDataProperty($key, $default)
Inherited
Parameters
$key | ||
$default |
Return
wild |
final public function newResultMap()Inherited
final public function newResultMap()
Inherited
Return
wild |
final protected function getSpecificationProperty($key)Inherited
final protected function getSpecificationProperty($key)
Inherited
Parameters
$key |
Return
wild |
final protected function getResultSpecification($result_code)Inherited
final protected function getResultSpecification($result_code)
Inherited
Parameters
$result_code |
Return
wild |
protected function newResultSpecificationMap()
protected function newResultSpecificationMap()
Return
wild |
final protected function newErrorView($error_class, $error_message)Inherited
final protected function newErrorView($error_class, $error_message)
Inherited
Parameters
$error_class | ||
$error_message |
Return
wild |
public static function newFromResultCode($result_code)
public static function newFromResultCode($result_code)
Parameters
$result_code |
Return
wild |
public static function newFromResultMap($map)
public static function newFromResultMap($map)
Parameters
array | $map |
Return
wild |
public function getShouldRecordMatch()
public function getShouldRecordMatch()
Return
wild |
public function getShouldApplyActions()
public function getShouldApplyActions()
Return
wild |
public function getDescription()
public function getDescription()
Return
wild |