Page MenuHomePhabricator
Diviner libphutil Tech Docs PhutilConsoleWarning

final class PhutilConsoleWarning
libphutil Technical Documentation (Console)

This class is not documented.

Methods

protected function drawView()
Inherited

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

protected function getLogLineColor()

This method is not documented.
Return
wild

public function __construct($kind, $message)
Inherited

This method is not documented.
Parameters
$kind
$message
Return
this//Implicit.//