Page MenuHomePhabricator

final class PhutilConsoleServer
Arcanist Technical Documentation ()

This class is not documented.

Methods

public function handleMessage($message)

This method is not documented.
Parameters
PhutilConsoleMessage$message
Return
wild

public function setHandler($callback)

Set handler called for unknown messages.

Parameters
callable$callbackSignature: (PhutilConsoleMessage $message).
Return
wild

private function buildMessage($type, $data)

This method is not documented.
Parameters
$type
$data
Return
wild

public function addExecFutureClient($future)

This method is not documented.
Parameters
ExecFuture$future
Return
wild

public function addClient($channel)

This method is not documented.
Parameters
PhutilConsoleServerChannel$channel
Return
wild

public function setEnableLog($enable)

This method is not documented.
Parameters
$enable
Return
wild

public function run()

This method is not documented.
Return
wild

private function writeText($where, $argv)

This method is not documented.
Parameters
$where
array$argv
Return
wild