Dietcube\Events\FinishRequestEvent::setResponse PHP Метод

setResponse() публичный Метод

public setResponse ( Response $response )
$response Dietcube\Response
    public function setResponse(Response $response)
    {
        $this->response = $response;
    }