Gets the response object used by the view.
\Symfony\Component\HttpFoundation\Response The response object of the view.
public function getResponse() { if (!isset($this->response)) { $this->response = new Response(); } return $this->response; }