protected function drawView()Inherited
protected function drawView()
Inherited
Return
| wild | 
final public function setConsole($console)Inherited
final public function setConsole($console)
Inherited
Parameters
| PhutilConsole | $console | 
Return
| wild | 
final public function getConsole()Inherited
final public function getConsole()
Inherited
Return
| wild | 
final public function draw()Inherited
final public function draw()
Inherited
PhutilConsoleView
Draw a view to the console.
Return
| this | 
final public function drawConsoleString()Inherited
final public function drawConsoleString()
Inherited
PhutilConsoleView
Draw a view to a string and return it.
Return
| string | Console-printable string. | 
private function reduceView($view)Inherited
private function reduceView($view)
Inherited
PhutilConsoleView
Reduce a view to a list of simple, unnested parts.
Parameters
| wild | $view | Any drawable view. | 
Return
| list<wild> | List of unnested drawables. | 
final protected function drawLines($parts)Inherited
final protected function drawLines($parts)
Inherited
Parameters
| list<wild> | $parts | List of views, one per line. | 
Return
| wild | Each view rendered on a separate line. | 
final protected function implode($separator, $items)Inherited
final protected function implode($separator, $items)
Inherited
Parameters
| $separator | ||
| array | $items | 
Return
| wild | 
protected function getLogLineColor()
protected function getLogLineColor()
Return
| wild | 
public function __construct($kind, $message)Inherited
public function __construct($kind, $message)
Inherited
Parameters
| $kind | ||
| $message | 
Return
| this | //Implicit.// |