Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DGetAttrExpression.php60 && Template::ARRAY_CALL === $this->getAttribute('type')
171 if (Template::ARRAY_CALL === $this->getAttribute('type')) {
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DSquareBracketExpressionParser.php69 return new GetAttrExpression($expr, $attribute, $arguments, Template::ARRAY_CALL, $lineno);
/template/twigstarter/vendor/twig/twig/src/
DTemplate.php32 public const ARRAY_CALL = 'array'; define in Twig\\Template
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1717 if (Template::ARRAY_CALL === $type || !\is_object($object)) {
1740 } elseif (Template::ARRAY_CALL === $type) {