Sets the used response object of the view.
\Symfony\Component\HttpFoundation\Response $response: The response object which should be set.
public function setResponse(Response $response) { $this->response = $response; }