|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for CExtDisablingNodeVisitor:
Collaboration diagram for CExtDisablingNodeVisitor: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 737 of file TemplateTest.php.
| CExtDisablingNodeVisitor::enterNode | ( | Twig_NodeInterface | $node, |
| Twig_Environment | $env | ||
| ) |
Called before child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 739 of file TemplateTest.php.
| CExtDisablingNodeVisitor::getPriority | ( | ) |
Returns the priority for this visitor.
Priority should be between -10 and 10 (0 is the default).
Implements Twig_NodeVisitorInterface.
Definition at line 753 of file TemplateTest.php.
| CExtDisablingNodeVisitor::leaveNode | ( | Twig_NodeInterface | $node, |
| Twig_Environment | $env | ||
| ) |
Called after child nodes are visited.
Implements Twig_NodeVisitorInterface.
Definition at line 748 of file TemplateTest.php.