Contents ../ lithium\template\view\Renderer::view() public method Retuns the View object that controls this rendering context's instance. This can be used, for example, to render view elements, i.e. <?=$this->view()->render('element' $name); ?>. Returns object Source public function view() { return $this->_view; }