PHP Class JAXLCtl, JAXL

Datei anzeigen Open project: jaxl/JAXL Class Usage Examples

Public Properties

Property Type Description
$dots

Protected Properties

Property Type Description
$buffer
$buffer_cb
$cli
$ipc
$symbols

Public Methods

Method Description
__construct ( $command, $params )
onDebugInput ( $raw )
onDebugQuit ( )
onDebugResponse ( $raw )
onShellInput ( $raw )
onShellQuit ( )
onTerminalInput ( $raw )
printHelp ( )
run ( )

Protected Methods

Method Description
debug ( $sock_path )
help ( )
shell ( )

Private Methods

Method Description
eval_ ( $raw, $symbols )

Method Details

__construct() public method

public __construct ( $command, $params )

debug() protected method

protected debug ( $sock_path )

help() protected method

protected help ( )

onDebugInput() public method

public onDebugInput ( $raw )

onDebugQuit() public method

public onDebugQuit ( )

onDebugResponse() public method

public onDebugResponse ( $raw )

onShellInput() public method

public onShellInput ( $raw )

onShellQuit() public method

public onShellQuit ( )

onTerminalInput() public method

public onTerminalInput ( $raw )

printHelp() public static method

public static printHelp ( )

run() public method

public run ( )

shell() protected method

protected shell ( )

Property Details

$buffer protected_oe property

protected $buffer

$buffer_cb protected_oe property

protected $buffer_cb

$cli protected_oe property

protected $cli

$dots public_oe property

public $dots

$ipc protected_oe property

protected $ipc

$symbols protected_oe property

protected $symbols