Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DParser.php48 private $traits; variable in Twig\\Parser
91 $this->traits = [];
114 …arent, new Node($this->blocks), new Node($this->macros), new Node($this->traits), $this->embeddedT…
259 $this->traits[] = $trait;
264 return \count($this->traits) > 0;
H A DTemplate.php40 protected $traits = []; variable in Twig\\Template
142 if (isset($this->traits[$name])) {
143 $this->traits[$name][0]->displayBlock($name, $context, $blocks, false);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php33 …de $body, ?AbstractExpression $parent, Node $blocks, Node $macros, Node $traits, $embeddedTemplate… argument
43 'traits' => $traits,