|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Twig_BaseNodeVisitor can be used to make node visitors compatible with Twig 1.x and 2.x. More...
Inheritance diagram for Twig_BaseNodeVisitor:
Collaboration diagram for Twig_BaseNodeVisitor:Public Member Functions | |
| 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... | |
Public Member Functions inherited from Twig_NodeVisitorInterface | |
| 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... | |
Twig_BaseNodeVisitor can be used to make node visitors compatible with Twig 1.x and 2.x.
Definition at line 17 of file BaseNodeVisitor.php.
|
abstractprotected |
Called before child nodes are visited.
Reimplemented in Twig_NodeVisitor_Escaper, Twig_NodeVisitor_Optimizer, Twig_NodeVisitor_SafeAnalysis, Twig_NodeVisitor_Sandbox, and Twig_Profiler_NodeVisitor_Profiler.
Referenced by enterNode().
Here is the caller graph for this function:
|
abstractprotected |
Called after child nodes are visited.
Reimplemented in Twig_NodeVisitor_Escaper, Twig_NodeVisitor_Optimizer, Twig_NodeVisitor_SafeAnalysis, Twig_NodeVisitor_Sandbox, and Twig_Profiler_NodeVisitor_Profiler.
Referenced by leaveNode().
Here is the caller graph for this function:
|
final |
Called before child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 19 of file BaseNodeVisitor.php.
References $env, and doEnterNode().
Here is the call graph for this function:
|
final |
Called after child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 28 of file BaseNodeVisitor.php.
References $env, and doLeaveNode().
Here is the call graph for this function: