Autarky\Routing\Events\AfterEvent::setResponse PHP Method

setResponse() public method

Set the response object instance.
public setResponse ( Response $response )
$response Symfony\Component\HttpFoundation\Response
    public function setResponse(Response $response)
    {
        $this->response = $response;
    }