Searched refs:readyNodes (Results 1 – 3 of 3) sorted by relevance
33 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\FilterExpressionParser50 if (!isset($this->readyNodes[$class = $filter->getNodeClass()])) {51 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…54 if (!$ready = $this->readyNodes[$class]) {
35 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\IsExpressionParser54 if (!isset($this->readyNodes[$class = $test->getNodeClass()])) {55 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…58 if (!$ready = $this->readyNodes[$class]) {
34 private $readyNodes = []; variable in Twig\\ExpressionParser\\Infix\\FunctionExpressionParser66 if (!isset($this->readyNodes[$class = $function->getNodeClass()])) {67 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…70 if (!$ready = $this->readyNodes[$class]) {