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 __clone()Inherited
public function __clone()
Inherited
Return
wild |
final public function getHardpoint($hardpoint)Inherited
final public function getHardpoint($hardpoint)
Inherited
Parameters
$hardpoint |
Return
wild |
final public function attachHardpoint($hardpoint, $value)Inherited
final public function attachHardpoint($hardpoint, $value)
Inherited
Parameters
$hardpoint | ||
$value |
Return
wild |
final public function mergeHardpoint($hardpoint, $value)Inherited
final public function mergeHardpoint($hardpoint, $value)
Inherited
Parameters
$hardpoint | ||
$value |
Return
wild |
final public function hasHardpoint($hardpoint)Inherited
final public function hasHardpoint($hardpoint)
Inherited
Parameters
$hardpoint |
Return
wild |
final public function hasAttachedHardpoint($hardpoint)Inherited
final public function hasAttachedHardpoint($hardpoint)
Inherited
Parameters
$hardpoint |
Return
wild |
protected function newHardpoints()
protected function newHardpoints()
Return
wild |
final protected function newHardpoint($hardpoint_key)Inherited
final protected function newHardpoint($hardpoint_key)
Inherited
Parameters
$hardpoint_key |
Return
wild |
final protected function newVectorHardpoint($hardpoint_key)Inherited
final protected function newVectorHardpoint($hardpoint_key)
Inherited
Parameters
$hardpoint_key |
Return
wild |
final protected function newTemplateHardpoint($hardpoint_key, $template)Inherited
final protected function newTemplateHardpoint($hardpoint_key, $template)
Inherited
Parameters
$hardpoint_key | ||
ArcanistHardpoint | $template |
Return
wild |
final public function getHardpointList()Inherited
final public function getHardpointList()
Inherited
Return
wild |
private function newHardpointList()Inherited
private function newHardpointList()
Inherited
Return
wild |
public function getRefDisplayName()
public function getRefDisplayName()
Return
wild |
final public function newRefView()Inherited
final public function newRefView()
Inherited
Return
wild |
protected function buildRefView($view)Inherited
protected function buildRefView($view)
Inherited
Parameters
ArcanistRefView | $view |
Return
wild |
public function setCommitRef($commit_ref)
public function setCommitRef($commit_ref)
Parameters
ArcanistCommitRef | $commit_ref |
Return
wild |
public function getCommitRef()
public function getCommitRef()
Return
wild |
public function getRevisionRefs()
public function getRevisionRefs()
Return
wild |
public function getRevisionRef()
public function getRevisionRef()
Return
wild |
public function hasAmbiguousRevisionRefs()
public function hasAmbiguousRevisionRefs()
Return
wild |