lithium\template\view\Renderer::view PHP 메소드

view() 공개 메소드

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
리턴 object
    public function view()
    {
        return $this->_view;
    }