Searched refs:METHOD_CALL (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | TemplateInterface.php | 25 const METHOD_CALL = 'method'; define
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 150 …ssertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL, true)); 151 …($template->getAttribute($template1, 'displayWithErrorHandling', [], Template::METHOD_CALL, true)); 213 …ssertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL, true)); 214 …($template->getAttribute($template1, 'displayWithErrorHandling', [], Template::METHOD_CALL, true)); 342 $methodType = Template::METHOD_CALL;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
H A D | GetAttrTest.php | 52 $node = new GetAttrExpression($expr, $attr, $args, Template::METHOD_CALL, 1);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 506 if (self::METHOD_CALL !== $type) { 575 …if (self::METHOD_CALL !== $type && !$object instanceof self) { // \Twig\Template does not have pub…
|
H A D | ExpressionParser.php | 423 $type = Template::METHOD_CALL;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 152 \Twig\Template::METHOD_CALL)
|