= 2.20.0, this method will be removed in version 3.0 of this component. * * @return self */ public function setView(Renderer $view) { assert($this instanceof AbstractHelper); $this->view = $view; return $this; } /** * Get the view object * * @deprecated since >= 2.20.0, this method will be removed in version 3.0 of this component. * * @return Renderer|null */ public function getView() { assert($this instanceof AbstractHelper); return $this->view; } }