PHP Classes

File: libs/Twig/doc/tags/do.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/tags/do.rst   Download  
File: libs/Twig/doc/tags/do.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 238 bytes
 

Contents

Class file image Download
``do`` ====== .. versionadded:: 1.5 The do tag was added in Twig 1.5. The ``do`` tag works exactly like the regular variable expression (``{{ ... }}``) just that it doesn't print anything: .. code-block:: jinja {% do 1 + 2 %}