Clockwork\DataSource\LumenDataSource::setResponse PHP Method

setResponse() public method

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