Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DExtensionSet.php32 private $staging; variable in Twig\\ExtensionSet
47 $this->staging = new StagingExtension();
163 $this->staging->addFunction($function);
222 $this->staging->addFilter($filter);
281 $this->staging->addNodeVisitor($visitor);
302 $this->staging->addTokenParser($parser);
350 $this->staging->addTest($test);
425 $this->initExtension($this->staging);