We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe419b commit d86e542Copy full SHA for d86e542
components/expression_language/extending.rst
@@ -50,7 +50,10 @@ This method has 3 arguments:
50
51
echo $language->evaluate('lowercase("HELLO")');
52
53
-This will print ``hello``.
+This will print ``hello``. Both the **compiler** and **evaluator** are passed
54
+an ``arguments`` variable as their first argument, which is equal to the
55
+second argument to ``evaluate()`` or ``compile()`` (e.g. the "values" when
56
+evaluating or the "names" if compiling).
57
58
Creating a new ExpressionLanguage Class
59
---------------------------------------
0 commit comments