ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
Protected Member Functions | |
doEnterNode (Twig_Node $node, Twig_Environment $env) | |
doLeaveNode (Twig_Node $node, Twig_Environment $env) | |
Protected Member Functions inherited from Twig_BaseNodeVisitor | |
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 | |
Definition at line 17 of file Profiler.php.
Twig_Profiler_NodeVisitor_Profiler::__construct | ( | $extensionName | ) |
|
protected |
Definition at line 26 of file Profiler.php.
|
protected |
Definition at line 31 of file Profiler.php.
References array, 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.
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().
|
private |
Definition at line 19 of file Profiler.php.
Referenced by __construct().