ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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... | |
Definition at line 623 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 625 of file EnvironmentTest.php.
References $env.
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 635 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 630 of file EnvironmentTest.php.