Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DFilterExpressionParser.php33 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\FilterExpressionParser
50 if (!isset($this->readyNodes[$class = $filter->getNodeClass()])) {
51 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…
54 if (!$ready = $this->readyNodes[$class]) {
DIsExpressionParser.php35 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\IsExpressionParser
54 if (!isset($this->readyNodes[$class = $test->getNodeClass()])) {
55 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…
58 if (!$ready = $this->readyNodes[$class]) {
DFunctionExpressionParser.php34 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\FunctionExpressionParser
66 if (!isset($this->readyNodes[$class = $function->getNodeClass()])) {
67 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…
70 if (!$ready = $this->readyNodes[$class]) {