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. |
public function newEmptyClone()
public function newEmptyClone()
Return
wild |
protected function compareToSimilarSchema($expect)
protected function compareToSimilarSchema($expect)
Parameters
PhabricatorConfigStorageSchema | $expect |
Return
wild |
protected function getSubschemata()
protected function getSubschemata()
Return
wild |
public function compareTo($expect)Inherited
public function compareTo($expect)
Inherited
Parameters
PhabricatorConfigStorageSchema | $expect |
Return
wild |
public function setName($name)Inherited
public function setName($name)
Inherited
Parameters
$name |
Return
wild |
public function getName()Inherited
public function getName()
Inherited
Return
wild |
public function setIssues($issues)Inherited
public function setIssues($issues)
Inherited
Parameters
array | $issues |
Return
wild |
public function getIssues()Inherited
public function getIssues()
Inherited
Return
wild |
public function getLocalIssues()Inherited
public function getLocalIssues()
Inherited
Return
wild |
public function hasIssue($issue)Inherited
public function hasIssue($issue)
Inherited
Parameters
$issue |
Return
wild |
public function getAllIssues()Inherited
public function getAllIssues()
Inherited
Return
wild |
public function getStatus()Inherited
public function getStatus()
Inherited
Return
wild |
public static function getIssueName($issue)Inherited
public static function getIssueName($issue)
Inherited
Parameters
$issue |
Return
wild |
public static function getIssueDescription($issue)Inherited
public static function getIssueDescription($issue)
Inherited
Parameters
$issue |
Return
wild |
public static function getIssueStatus($issue)Inherited
public static function getIssueStatus($issue)
Inherited
Parameters
$issue |
Return
wild |
public static function getStatusSeverity($status)Inherited
public static function getStatusSeverity($status)
Inherited
Parameters
$status |
Return
wild |
public static function getStrongestStatus($u, $v)Inherited
public static function getStrongestStatus($u, $v)
Inherited
Parameters
$u | ||
$v |
Return
wild |
public function setRef($ref)
public function setRef($ref)
Parameters
PhabricatorDatabaseRef | $ref |
Return
wild |
public function getRef()
public function getRef()
Return
wild |
public function addDatabase($database)
public function addDatabase($database)
Parameters
PhabricatorConfigDatabaseSchema | $database |
Return
wild |
public function getDatabases()
public function getDatabases()
Return
wild |
public function getDatabase($key)
public function getDatabase($key)
Parameters
$key |
Return
wild |