mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
Mention where named arguments are supported
This commit is contained in:
@@ -205,6 +205,8 @@ built-in functions.
|
|||||||
Named Arguments
|
Named Arguments
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
Named arguments are supported in functions, filters and tests.
|
||||||
|
|
||||||
.. code-block:: twig
|
.. code-block:: twig
|
||||||
|
|
||||||
{% for i in range(low=1, high=10, step=2) %}
|
{% for i in range(low=1, high=10, step=2) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user