lithium\template\view\Renderer::view PHP Method

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. view()->render('element' $name); ?>.
public view ( ) : object
return object
    public function view()
    {
        return $this->_view;
    }