|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Twig_Profiler_NodeVisitor_Profiler:
Collaboration diagram for Twig_Profiler_NodeVisitor_Profiler:Public Member Functions | |
| __construct ($extensionName) | |
| getPriority () | |
| Returns the priority for this visitor. More... | |
Public Member Functions inherited from Twig_BaseNodeVisitor | |
| enterNode (Twig_NodeInterface $node, Twig_Environment $env) | |
| Called before child nodes are visited. More... | |
| leaveNode (Twig_NodeInterface $node, Twig_Environment $env) | |
| Called after child nodes are visited. More... | |
| enterNode (Twig_NodeInterface $node, Twig_Environment $env) | |
| Called before child nodes are visited. More... | |
| leaveNode (Twig_NodeInterface $node, Twig_Environment $env) | |
| Called after child nodes are visited. More... | |
| getPriority () | |
| Returns the priority for this visitor. More... | |
Protected Member Functions | |
| doEnterNode (Twig_Node $node, Twig_Environment $env) | |
| Called before child nodes are visited. More... | |
| doLeaveNode (Twig_Node $node, Twig_Environment $env) | |
| Called after child nodes are visited. More... | |
| doEnterNode (Twig_Node $node, Twig_Environment $env) | |
| Called before child nodes are visited. More... | |
| doLeaveNode (Twig_Node $node, Twig_Environment $env) | |
| Called after child nodes are visited. More... | |
Private Member Functions | |
| getVarName () | |
Private Attributes | |
| $extensionName | |
@final
Definition at line 17 of file Profiler.php.
| Twig_Profiler_NodeVisitor_Profiler::__construct | ( | $extensionName | ) |
Definition at line 21 of file Profiler.php.
References $extensionName.
|
protected |
Called before child nodes are visited.
Reimplemented from Twig_BaseNodeVisitor.
Definition at line 26 of file Profiler.php.
|
protected |
Called after child nodes are visited.
Reimplemented from Twig_BaseNodeVisitor.
Definition at line 31 of file Profiler.php.
References Twig_Profiler_Profile\BLOCK, Twig_Node\getAttribute(), Twig_Node\getNode(), Twig_Node\getTemplateName(), getVarName(), Twig_Profiler_Profile\MACRO, Twig_Node\setNode(), and Twig_Profiler_Profile\TEMPLATE.
Here is the call graph for this function:| Twig_Profiler_NodeVisitor_Profiler::getPriority | ( | ) |
Returns the priority for this visitor.
Priority should be between -10 and 10 (0 is the default).
Implements Twig_NodeVisitorInterface.
Definition at line 61 of file Profiler.php.
|
private |
Definition at line 56 of file Profiler.php.
References GuzzleHttp\Psr7\hash().
Referenced by doLeaveNode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 19 of file Profiler.php.
Referenced by __construct().