Searched refs:ANY_CALL (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | TemplateInterface.php | 23 const ANY_CALL = 'any'; define
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true)); 149 …his->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true)); 211 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true)); 212 …his->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true)); 341 $anyType = Template::ANY_CALL; 513 …public function getAttribute($object, $item, array $arguments = [], $type = Template::ANY_CALL, $i…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/ |
H A D | GetAttrExpression.php | 53 $needSecond = $needThird || Template::ANY_CALL !== $this->getAttribute('type');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
H A D | GetAttrTest.php | 43 $node = new GetAttrExpression($expr, $attr, $args, Template::ANY_CALL, 1);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | ExpressionParser.php | 383 …de(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line); 410 $type = Template::ANY_CALL;
|
H A D | Template.php | 503 …protected function getAttribute($object, $item, array $arguments = [], $type = self::ANY_CALL, $is…
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 151 those constants \Twig\Template::ANY_CALL, \Twig\Template::ARRAY_CALL,
|