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

setResponse() public method

Set the response.
public setResponse ( mixed $response )
$response mixed
    public function setResponse($response)
    {
        $this->response = $response;
    }