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

getResponse() public method

Get the response object instance.
public getResponse ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function getResponse()
    {
        return $this->response;
    }