Page MenuHomePhabricator

final class PhutilConsoleList
Arcanist Technical Documentation ()

This class is not documented.

Methods

protected function drawView()

This method is not documented.
Return
wild

final public function setConsole($console)
Inherited

This method is not documented.
Parameters
PhutilConsole$console
Return
wild

final public function getConsole()
Inherited

This method is not documented.
Return
wild

final public function draw()
Inherited

PhutilConsoleView

Draw a view to the console.

Return
this

final public function drawConsoleString()
Inherited

PhutilConsoleView

Draw a view to a string and return it.

Return
stringConsole-printable string.

private function reduceView($view)
Inherited

PhutilConsoleView

Reduce a view to a list of simple, unnested parts.

Parameters
wild$viewAny drawable view.
Return
list<wild>List of unnested drawables.

final protected function drawLines($parts)
Inherited

This method is not documented.
Parameters
list<wild>$partsList of views, one per line.
Return
wildEach view rendered on a separate line.

final protected function implode($separator, $items)
Inherited

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

public function addItem($item)

This method is not documented.
Parameters
$item
Return
wild

public function addItems($items)

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

public function getItems()

This method is not documented.
Return
wild

public function setBullet($bullet)

This method is not documented.
Parameters
$bullet
Return
wild

public function getBullet()

This method is not documented.
Return
wild

public function setWrap($wrap)

This method is not documented.
Parameters
$wrap
Return
wild