Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DParser.php47 private $importedSymbols; variable in Twig\\Parser
93 $this->importedSymbols = [[]];
276 $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node];
282 …return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedS…
287 return 1 === \count($this->importedSymbols);
292 array_unshift($this->importedSymbols, []);
297 array_shift($this->importedSymbols);