ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
FunctionInclude.php
Go to the documentation of this file.
1<?php
2
4$env->addFunction(new Twig_SimpleFunction('anonymous', function () {}));
5
6return $env;
An exception for terminatinating execution or to throw for unit testing.
Stores the Twig configuration.
Definition: Environment.php:18
Loads a template from an array.
Definition: Array.php:27
Represents a template function.