Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php35 private $statusStack = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
56 $this->statusStack[] = $node->getAttribute('value');
58 …$this->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->ge…
84 array_pop($this->statusStack);
186 if (\count($this->statusStack)) {
187 return $this->statusStack[\count($this->statusStack) - 1];