Page MenuHomePhorge
Diviner Arcanist Tech Docs ArcanistCommitGraphSetView

final class ArcanistCommitGraphSetView
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 setRepositoryAPI($repository_api)

This method is not documented.
Parameters
ArcanistRepositoryAPI$repository_api
Return
wild

public function getRepositoryAPI()

This method is not documented.
Return
wild

public function setSet($set)

This method is not documented.
Parameters
ArcanistCommitGraphSet$set
Return
wild

public function getSet()

This method is not documented.
Return
wild

public function setParentView($parent_view)

This method is not documented.
Parameters
ArcanistCommitGraphSetView$parent_view
Return
wild

public function getParentView()

This method is not documented.
Return
wild

public function setGroupView($group_view)

This method is not documented.
Parameters
ArcanistCommitGraphSetView$group_view
Return
wild

public function getGroupView()

This method is not documented.
Return
wild

public function addMemberView($member_view)

This method is not documented.
Parameters
ArcanistCommitGraphSetView$member_view
Return
wild

public function getMemberViews()

This method is not documented.
Return
wild

public function setMemberViews($member_views)

This method is not documented.
Parameters
array$member_views
Return
wild

public function addChildView($child_view)

This method is not documented.
Parameters
ArcanistCommitGraphSetView$child_view
Return
wild

public function setChildViews($child_views)

This method is not documented.
Parameters
array$child_views
Return
wild

public function getChildViews()

This method is not documented.
Return
wild

public function setCommitRefs($commit_refs)

This method is not documented.
Parameters
$commit_refs
Return
wild

public function getCommitRefs()

This method is not documented.
Return
wild

public function setRevisionRefs($revision_refs)

This method is not documented.
Parameters
$revision_refs
Return
wild

public function getRevisionRefs()

This method is not documented.
Return
wild

public function setMarkerRefs($marker_refs)

This method is not documented.
Parameters
$marker_refs
Return
wild

public function getMarkerRefs()

This method is not documented.
Return
wild

public function setViewDepth($view_depth)

This method is not documented.
Parameters
$view_depth
Return
wild

public function getViewDepth()

This method is not documented.
Return
wild

public function newCellViews()

This method is not documented.
Return
wild

private function drawMarkerCell($items)

This method is not documented.
Parameters
array$items
Return
wild

private function drawCommitsCell($items)

This method is not documented.
Parameters
array$items
Return
wild

private function drawCommitLabel($commit_ref)

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

private function drawRevisionsCell($items)

This method is not documented.
Parameters
array$items
Return
wild

private function drawRevisionLabel($revision_ref)

This method is not documented.
Parameters
ArcanistRevisionRef$revision_ref
Return
wild

private function drawMessagesCell($items)

This method is not documented.
Parameters
array$items
Return
wild

private function drawStatusCell($items)

This method is not documented.
Parameters
array$items
Return
wild

private function drawRevisionStatus($revision_ref)

This method is not documented.
Parameters
ArcanistRevisionRef$revision_ref
Return
wild

private function collapseItems($items)

This method is not documented.
Parameters
array$items
Return
wild