ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
getPriority () | |
Returns the priority for this visitor. 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... | |
Definition at line 627 of file EnvironmentTest.php.
Twig_Tests_EnvironmentTest_NodeVisitor::enterNode | ( | Twig_NodeInterface | $node, |
Twig_Environment | $env | ||
) |
Called before child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 629 of file EnvironmentTest.php.
Twig_Tests_EnvironmentTest_NodeVisitor::getPriority | ( | ) |
Returns the priority for this visitor.
Priority should be between -10 and 10 (0 is the default).
Implements Twig_NodeVisitorInterface.
Definition at line 639 of file EnvironmentTest.php.
Twig_Tests_EnvironmentTest_NodeVisitor::leaveNode | ( | Twig_NodeInterface | $node, |
Twig_Environment | $env | ||
) |
Called after child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 634 of file EnvironmentTest.php.