64 return get_class($this);
68 class_alias(
'Twig_Extension',
'Twig\Extension\AbstractExtension',
false);
69 class_exists(
'Twig_Environment');
Interface implemented by extension classes.
getTokenParsers()
Returns the token parser instances to add to the existing list.
Create styles array
The data for the language used.
getTests()
Returns a list of tests to add to the existing list.
getFunctions()
Returns a list of functions to add to the existing list.
getFilters()
Returns a list of filters to add to the existing list.
Stores the Twig configuration.
getNodeVisitors()
Returns the node visitor instances to add to the existing list.
getOperators()
Returns a list of operators to add to the existing list.
initRuntime(Twig_Environment $environment)