Kohana_Twig::environment PHP 메소드

environment() 공개 메소드

Returns the environment this view is attached to
저자: Jonathan Geiger
public environment ( ) : Twig_Environment
리턴 Twig_Environment
    public function environment()
    {
        return $this->_environment;
    }