PHP Classes

File: Library/vendor/twig/twig/doc/tags/do.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/tags/do.rst   Download  
File: Library/vendor/twig/twig/doc/tags/do.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 242 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 %}