Home
last modified time | relevance | path

Searched refs:METHOD_CALL (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php25 const METHOD_CALL = 'method'; define
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php150 …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 DGetAttrTest.php52 $node = new GetAttrExpression($expr, $attr, $args, Template::METHOD_CALL, 1);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php506 if (self::METHOD_CALL !== $type) {
575 …if (self::METHOD_CALL !== $type && !$object instanceof self) { // \Twig\Template does not have pub…
H A DExpressionParser.php423 $type = Template::METHOD_CALL;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst152 \Twig\Template::METHOD_CALL)