Home
last modified time | relevance | path

Searched refs:staging (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php76 protected $staging; variable in Twig\\Environment
152 $this->staging = new StagingExtension();
1051 $this->staging->addTokenParser($parser);
1097 $this->staging->addNodeVisitor($visitor);
1139 $this->staging->addFilter($name, $filter);
1234 $this->staging->addTest($name, $test);
1311 $this->staging->addFunction($name, $function);
1410 $this->staging->addGlobal($name, $value);
1520 $globals[] = $this->staging->getGlobals();
1545 $this->initExtension($this->staging);