Interface implemented by extension classes.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Twig_ExtensionInterface
All classes that implement Twig_ExtensionInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_ExtensionInterface:: |
public | function | Returns a list of filters to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns a list of functions to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns a list of global variables to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns the name of the extension. | |
Twig_ExtensionInterface:: |
public | function | Returns the node visitor instances to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns a list of operators to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns a list of tests to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Returns the token parser instances to add to the existing list. | 1 |
Twig_ExtensionInterface:: |
public | function | Initializes the runtime environment. | 1 |