PHP Class Lsrur\Inspector\inspector

Datei anzeigen Open project: lsrur/inspector

Public Methods

Method Description
__call ( [type] $method, [type] $args ) : [type] Magic methods
__construct ( ) Constructor
analize ( [type] $request, [type] $response ) : [type] Analize
dd ( $status = 206, $analizeResponse = false ) : [type] Show inspector full screen page and die
getDump ( $v )
getIlluminateAncestor ( $obj )
getRequest ( ) : [type] GetRequest
getResponse ( ) : [type] GetResponse
injectInspection ( [type] $request, [type] $response ) : [type] Inject Inspector into Response
isOn ( ) : boolean IsOn
turnOff ( ) : [type] Turn Inspector Off

Protected Methods

Method Description
getInjectorType ( [type] $request, [type] $response ) : [type] Determine the injector type

Method Details

__call() public method

Magic methods
public __call ( [type] $method, [type] $args ) : [type]
$method [type]
$args [type]
return [type]

__construct() public method

Constructor
public __construct ( )

analize() public method

Analize
public analize ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
return [type]

dd() public method

Show inspector full screen page and die
public dd ( $status = 206, $analizeResponse = false ) : [type]
return [type]

getDump() public method

public getDump ( $v )

getIlluminateAncestor() public method

public getIlluminateAncestor ( $obj )

getInjectorType() protected method

Determine the injector type
protected getInjectorType ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
return [type]

getRequest() public method

GetRequest
public getRequest ( ) : [type]
return [type]

getResponse() public method

GetResponse
public getResponse ( ) : [type]
return [type]

injectInspection() public method

Inject Inspector into Response
public injectInspection ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
return [type]

isOn() public method

IsOn
public isOn ( ) : boolean
return boolean

turnOff() public method

Turn Inspector Off
public turnOff ( ) : [type]
return [type]