|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Twig_Extension_Profiler:
Collaboration diagram for Twig_Extension_Profiler:Public Member Functions | |
| __construct (Twig_Profiler_Profile $profile) | |
| enter (Twig_Profiler_Profile $profile) | |
| leave (Twig_Profiler_Profile $profile) | |
| getNodeVisitors () | |
| Returns the node visitor instances to add to the existing list. More... | |
| getName () | |
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 () | |
| initRuntime (Twig_Environment $environment) | |
| Initializes the runtime environment. More... | |
| 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 () | |
| Returns a list of global variables to add to the existing list. More... | |
| getName () | |
| Returns the name of the extension. More... | |
Private Attributes | |
| $actives = array() | |
Definition at line 12 of file Profiler.php.
| Twig_Extension_Profiler::__construct | ( | Twig_Profiler_Profile | $profile | ) |
Definition at line 16 of file Profiler.php.
| Twig_Extension_Profiler::enter | ( | Twig_Profiler_Profile | $profile | ) |
Definition at line 21 of file Profiler.php.
| Twig_Extension_Profiler::getName | ( | ) |
Reimplemented from Twig_Extension.
Definition at line 42 of file Profiler.php.
| Twig_Extension_Profiler::getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 37 of file Profiler.php.
| Twig_Extension_Profiler::leave | ( | Twig_Profiler_Profile | $profile | ) |
Definition at line 27 of file Profiler.php.
References Twig_Profiler_Profile\leave().
Here is the call graph for this function:
|
private |
Definition at line 14 of file Profiler.php.