You are here

public function Twig_Parser::__construct in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Parser.php \Twig_Parser::__construct()

Constructor.

Parameters

Twig_Environment $env A Twig_Environment instance:

File

vendor/Twig/Parser.php, line 40

Class

Twig_Parser
Default parser implementation.

Code

public function __construct(Twig_Environment $env) {
  $this->env = $env;
}