Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs DifferentialChangesetListView

final class DifferentialChangesetListView
Phabricator Technical Documentation (Differential)

This class is not documented.

Tasks

Managing Children

  • protected function canAppendChild() — Test if this View accepts children.
  • final public function hasChildren() — Test if an element has no children.
  • private function reduceChildren($children) — Reduce effectively-empty lists of children to be actually empty. This recursively removes `null`, `''`, and `array()` from the list of children so that @{method:hasChildren} can more effectively align with expectations.

Other Methods

config

  • public function setUser($user) — Deprecated, use @{method:setViewer}.
  • protected function getUser() — Deprecated, use @{method:getViewer}.

1

  • final protected function renderChildren() — Produce children for rendering.

Methods

public function setViewer($viewer)
Inherited

AphrontView

Set the user viewing this element.

Parameters
PhabricatorUser$viewerViewing user.
Return
this

public function getViewer()
Inherited

AphrontView

Get the user viewing this element.

Throws an exception if no viewer has been set.

Return
PhabricatorUserViewing user.

public function hasViewer()
Inherited

AphrontView

Test if a viewer has been set on this element.

Return
boolTrue if a viewer is available.

public function setUser($user)
Inherited

AphrontView

Deprecated, use setViewer().

Parameters
PhabricatorUser$user
Return
wild

protected function getUser()
Inherited

AphrontView

Deprecated, use getViewer().

Return
wild

protected function canAppendChild()
Inherited

AphrontView

Test if this View accepts children.

By default, views accept children, but subclases may override this method to prevent children from being appended. Doing so will cause appendChild() to throw exceptions instead of appending children.

Return
boolTrue if the View should accept children.

final public function appendChild($child)
Inherited

AphrontView

Append a child to the list of children.

This method will only work if the view supports children, which is determined by canAppendChild().

Parameters
wild$childSomething renderable.
Return
this

final protected function renderChildren()
Inherited

AphrontView

Produce children for rendering.

Historically, this method reduced children to a string representation, but it no longer does.

Return
wildRenderable children.

final public function hasChildren()
Inherited

AphrontView

Test if an element has no children.

Return
boolTrue if this element has children.

private function reduceChildren($children)
Inherited

AphrontView

Reduce effectively-empty lists of children to be actually empty. This recursively removes null, '', and array() from the list of children so that hasChildren() can more effectively align with expectations.

NOTE: Because View children are not rendered, a View which renders down to nothing will not be reduced by this method.
Parameters
list<wild>$childrenRenderable children.
Return
list<wild>Reduced list of children.

public function getDefaultResourceSource()
Inherited

This method is not documented.
Return
wild

public function requireResource($symbol)
Inherited

This method is not documented.
Parameters
$symbol
Return
wild

public function initBehavior($name, $config)
Inherited

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

public function willRender()
Inherited

AphrontView

Inconsistent, unreliable pre-rendering hook.

This hook may fire before views render. It is not fired reliably, and may fire multiple times.

If it does fire, views might use it to register data for later loads, but almost no datasources support this now; this is currently only useful for tokenizers. This mechanism might eventually see wider support or might be removed.

Return
wild

public function render()

This method is not documented.
Return
wild

public function producePhutilSafeHTML()
Inherited

This method is not documented.
Return
wild

public function setParser($parser)

This method is not documented.
Parameters
DifferentialChangesetParser$parser
Return
wild

public function getParser()

This method is not documented.
Return
wild

public function setTitle($title)

This method is not documented.
Parameters
$title
Return
wild

private function getTitle()

This method is not documented.
Return
wild

public function setBranch($branch)

This method is not documented.
Parameters
$branch
Return
wild

private function getBranch()

This method is not documented.
Return
wild

public function setChangesets($changesets)

This method is not documented.
Parameters
$changesets
Return
wild

public function setVisibleChangesets($visible_changesets)

This method is not documented.
Parameters
$visible_changesets
Return
wild

public function setInlineCommentControllerURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function setInlineListURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function getInlineListURI()

This method is not documented.
Return
wild

public function setRepository($repository)

This method is not documented.
Parameters
PhabricatorRepository$repository
Return
wild

public function setDiff($diff)

This method is not documented.
Parameters
DifferentialDiff$diff
Return
wild

public function setRenderingReferences($references)

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

public function setSymbolIndexes($indexes)

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

public function setRenderURI($render_uri)

This method is not documented.
Parameters
$render_uri
Return
wild

public function setVsMap($vs_map)

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

public function getVsMap()

This method is not documented.
Return
wild

public function setStandaloneURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function setRawFileURIs($l, $r)

This method is not documented.
Parameters
$l
$r
Return
wild

public function setIsStandalone($is_standalone)

This method is not documented.
Parameters
$is_standalone
Return
wild

public function getIsStandalone()

This method is not documented.
Return
wild

public function setBackground($background)

This method is not documented.
Parameters
$background
Return
wild

public function setHeader($header)

This method is not documented.
Parameters
$header
Return
wild

private function renderViewOptionsDropdown($detail, $ref, $changeset)

This method is not documented.
Parameters
DifferentialChangesetDetailView$detail
$ref
DifferentialChangeset$changeset
Return
wild

private function appendDefaultQueryParams($uri, $params)

This method is not documented.
Parameters
PhutilURI$uri
array$params
Return
wild