PHP Class Therac\Xdebug\Base

Inheritance: use trait Handle, use trait Emit, use trait Connection
Show file Open project: Sean-Der/Therac

Protected Properties

Property Type Description
$Therac
$xdebugConn

Public Methods

Method Description
__construct ( $xdebugConn, $Therac ) * Private API
getActiveBreak ( )
getActiveContext ( )
getActiveStack ( )
getBreakOnException ( )
getBreakpoints ( $file )
removeBreakpoint ( $file, $line )
setBreakOnException ( $enabled )
setBreakpoint ( $file, $line ) * Public API

Private Methods

Method Description
valueResponseToString ( $response )

Method Details

__construct() public method

* Private API
public __construct ( $xdebugConn, $Therac )

getActiveBreak() public method

public getActiveBreak ( )

getActiveContext() public method

public getActiveContext ( )

getActiveStack() public method

public getActiveStack ( )

getBreakOnException() public method

public getBreakOnException ( )

getBreakpoints() public method

public getBreakpoints ( $file )

removeBreakpoint() public method

public removeBreakpoint ( $file, $line )

setBreakOnException() public method

public setBreakOnException ( $enabled )

setBreakpoint() public method

* Public API
public setBreakpoint ( $file, $line )

Property Details

$Therac protected property

protected $Therac

$xdebugConn protected property

protected $xdebugConn