Page MenuHomePhorge

final class ArcanistMarkerRef
Arcanist Technical Documentation ()

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

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$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function __clone()
Inherited

This method is not documented.
Return
wild

final public function getHardpoint($hardpoint)
Inherited

This method is not documented.
Parameters
$hardpoint
Return
wild

final public function attachHardpoint($hardpoint, $value)
Inherited

This method is not documented.
Parameters
$hardpoint
$value
Return
wild

final public function mergeHardpoint($hardpoint, $value)
Inherited

This method is not documented.
Parameters
$hardpoint
$value
Return
wild

final public function hasHardpoint($hardpoint)
Inherited

This method is not documented.
Parameters
$hardpoint
Return
wild

final public function hasAttachedHardpoint($hardpoint)
Inherited

This method is not documented.
Parameters
$hardpoint
Return
wild

protected function newHardpoints()

This method is not documented.
Return
wild

final protected function newHardpoint($hardpoint_key)
Inherited

This method is not documented.
Parameters
$hardpoint_key
Return
wild

final protected function newVectorHardpoint($hardpoint_key)
Inherited

This method is not documented.
Parameters
$hardpoint_key
Return
wild

final protected function newTemplateHardpoint($hardpoint_key, $template)
Inherited

This method is not documented.
Parameters
$hardpoint_key
ArcanistHardpoint$template
Return
wild

final public function getHardpointList()
Inherited

This method is not documented.
Return
wild

private function newHardpointList()
Inherited

This method is not documented.
Return
wild

public function getRefDisplayName()

This method is not documented.
Return
wild

final public function newRefView()
Inherited

This method is not documented.
Return
wild

protected function buildRefView($view)

This method is not documented.
Parameters
ArcanistRefView$view
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getName()

This method is not documented.
Return
wild

public function setMarkerType($marker_type)

This method is not documented.
Parameters
$marker_type
Return
wild

public function getMarkerType()

This method is not documented.
Return
wild

public function setEpoch($epoch)

This method is not documented.
Parameters
$epoch
Return
wild

public function getEpoch()

This method is not documented.
Return
wild

public function setMarkerHash($marker_hash)

This method is not documented.
Parameters
$marker_hash
Return
wild

public function getMarkerHash()

This method is not documented.
Return
wild

public function setDisplayHash($display_hash)

This method is not documented.
Parameters
$display_hash
Return
wild

public function getDisplayHash()

This method is not documented.
Return
wild

public function setCommitHash($commit_hash)

This method is not documented.
Parameters
$commit_hash
Return
wild

public function getCommitHash()

This method is not documented.
Return
wild

public function setTreeHash($tree_hash)

This method is not documented.
Parameters
$tree_hash
Return
wild

public function getTreeHash()

This method is not documented.
Return
wild

public function setSummary($summary)

This method is not documented.
Parameters
$summary
Return
wild

public function getSummary()

This method is not documented.
Return
wild

public function setMessage($message)

This method is not documented.
Parameters
$message
Return
wild

public function getMessage()

This method is not documented.
Return
wild

public function setIsActive($is_active)

This method is not documented.
Parameters
$is_active
Return
wild

public function getIsActive()

This method is not documented.
Return
wild

public function setRemoteName($remote_name)

This method is not documented.
Parameters
$remote_name
Return
wild

public function getRemoteName()

This method is not documented.
Return
wild

public function isBookmark()

This method is not documented.
Return
wild

public function isBranch()

This method is not documented.
Return
wild

public function isCommitState()

This method is not documented.
Return
wild

public function isBranchState()

This method is not documented.
Return
wild

public function attachCommitRef($ref)

This method is not documented.
Parameters
ArcanistCommitRef$ref
Return
wild

public function getCommitRef()

This method is not documented.
Return
wild

public function attachWorkingCopyStateRef($ref)

This method is not documented.
Parameters
ArcanistWorkingCopyStateRef$ref
Return
wild

public function getWorkingCopyStateRef()

This method is not documented.
Return
wild

public function attachRemoteRef($ref)

This method is not documented.
Parameters
ArcanistRemoteRef$ref
Return
wild

public function getRemoteRef()

This method is not documented.
Return
wild