public function Twig_Compiler::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Compiler.php \Twig_Compiler::__construct()
Constructor.
Parameters
Twig_Environment $env The twig environment instance:
File
- vendor/
twig/ twig/ lib/ Twig/ Compiler.php, line 34
Class
- Twig_Compiler
- Compiles a node to PHP code.
Code
public function __construct(Twig_Environment $env) {
$this->env = $env;
}