Lsrur\Inspector\inspector::analize PHP 메소드

analize() 공개 메소드

Analize
public analize ( [type] $request, [type] $response ) : [type]
$request [type]
$response [type]
리턴 [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);
    }