Lsrur\Inspector\inspector::analize PHP Méthode

analize() public méthode

Analize
public analize ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
Résultat [type]
    public function analize($request, $response)
    {
        // Needed by ResponseCollector and RequestCollctor
        $this->response = $response;
        $this->request = $request;
        // Make dd with the "analizeResponse" flag
        $this->dd(206, true);
    }