Kohana_Twig::environment PHP Méthode

environment() public méthode

Returns the environment this view is attached to
Author: Jonathan Geiger
public environment ( ) : Twig_Environment
Résultat Twig_Environment
    public function environment()
    {
        return $this->_environment;
    }