PHP Class Lsrur\Inspector\inspector

Afficher le fichier Open project: lsrur/inspector

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
getInjectorType ( [type] $request, [type] $response ) : [type] Determine the injector type

Method Details

__call() public méthode

Magic methods
public __call ( [type] $method, [type] $args ) : [type]
$method [type]
$args [type]
Résultat [type]

__construct() public méthode

Constructor
public __construct ( )

analize() public méthode

Analize
public analize ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
Résultat [type]

dd() public méthode

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

getDump() public méthode

public getDump ( $v )

getIlluminateAncestor() public méthode

public getIlluminateAncestor ( $obj )

getInjectorType() protected méthode

Determine the injector type
protected getInjectorType ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
Résultat [type]

getRequest() public méthode

GetRequest
public getRequest ( ) : [type]
Résultat [type]

getResponse() public méthode

GetResponse
public getResponse ( ) : [type]
Résultat [type]

injectInspection() public méthode

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

isOn() public méthode

IsOn
public isOn ( ) : boolean
Résultat boolean

turnOff() public méthode

Turn Inspector Off
public turnOff ( ) : [type]
Résultat [type]