Dietcube\Events\FilterResponseEvent::setResponse PHP Method

setResponse() public method

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