ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($optimizers=-1) | |
getNodeVisitors () | |
Returns the node visitor instances to add to the existing list. More... | |
getName () | |
Returns the name of the extension. More... | |
Public Member Functions inherited from Twig_Extension | |
initRuntime (Twig_Environment $environment) | |
getTokenParsers () | |
Returns the token parser instances to add to the existing list. More... | |
getNodeVisitors () | |
Returns the node visitor instances to add to the existing list. More... | |
getFilters () | |
Returns a list of filters to add to the existing list. More... | |
getTests () | |
Returns a list of tests to add to the existing list. More... | |
getFunctions () | |
Returns a list of functions to add to the existing list. More... | |
getOperators () | |
Returns a list of operators to add to the existing list. More... | |
getGlobals () | |
getName () | |
Protected Attributes | |
$optimizers | |
Definition at line 15 of file Optimizer.php.
Twig_Extension_Optimizer::__construct | ( | $optimizers = -1 | ) |
Twig_Extension_Optimizer::getName | ( | ) |
Returns the name of the extension.
Implements Twig_ExtensionInterface.
Definition at line 29 of file Optimizer.php.
Twig_Extension_Optimizer::getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 24 of file Optimizer.php.
|
protected |
Definition at line 17 of file Optimizer.php.
Referenced by __construct().