1234567891011121314 |
- The Array Extension
- ===================
-
- The Array extensions provides the following filters:
-
- * ``shuffle``
-
- Installation
- ------------
-
- First, :ref:`install the Extensions library<extensions-install>`. Next, add
- the extension to Twig::
-
- $twig->addExtension(new Twig_Extensions_Extension_Array());
|