view = $view; return $this; } /** * Get the view object * * @return null|Renderer */ public function getView() { return $this->view; } }