Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php36 $capture = false;
46 $capture = true;
58 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG362 * added Twig_NodeCaptureInterface for nodes that capture all output