Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php44 private $staging; variable in Twig\\ExtensionSet
74 $this->staging = new StagingExtension();
175 $this->staging->addFunction($function);
231 $this->staging->addFilter($filter);
287 $this->staging->addNodeVisitor($visitor);
308 $this->staging->addTokenParser($parser);
386 $this->staging->addTest($test);
460 $this->initExtension($this->staging);