PHP Trait Therac\WebSocket\Handle

Mostra file Open project: Sean-Der/Therac

Protected Methods

Method Description
handleFileSearch ( $conn, $search, $isOpen ) TODO -- make sure these don't escape the project root
handleGetContext ( $conn, $depth )
handleREPLInput ( $conn, $input )
handleRemoveBreakpoint ( $conn, $file, $line )
handleRun ( $conn )
handleSetActiveFile ( $conn, $file )
handleSetActiveLine ( $conn, $line )
handleSetBreakOnException ( $conn, $enabled )
handleSetBreakpoint ( $conn, $file, $line )
handleStepInto ( $conn )
handleStepOut ( $conn )
handleStepOver ( $conn )

Method Details

handleFileSearch() protected method

TODO -- make sure these don't escape the project root
protected handleFileSearch ( $conn, $search, $isOpen )

handleGetContext() protected method

protected handleGetContext ( $conn, $depth )

handleREPLInput() protected method

protected handleREPLInput ( $conn, $input )

handleRemoveBreakpoint() protected method

protected handleRemoveBreakpoint ( $conn, $file, $line )

handleRun() protected method

protected handleRun ( $conn )

handleSetActiveFile() protected method

protected handleSetActiveFile ( $conn, $file )

handleSetActiveLine() protected method

protected handleSetActiveLine ( $conn, $line )

handleSetBreakOnException() protected method

protected handleSetBreakOnException ( $conn, $enabled )

handleSetBreakpoint() protected method

protected handleSetBreakpoint ( $conn, $file, $line )

handleStepInto() protected method

protected handleStepInto ( $conn )

handleStepOut() protected method

protected handleStepOut ( $conn )

handleStepOver() protected method

protected handleStepOver ( $conn )