Twig_NodeVisitorInterface is the interface the all node visitor classes must implement.
@package twig @author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Twig_NodeVisitorInterface
All classes that implement Twig_NodeVisitorInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_NodeVisitorInterface:: |
function | Called before child nodes are visited. | 4 | |
Twig_NodeVisitorInterface:: |
function | Returns the priority for this visitor. | 4 | |
Twig_NodeVisitorInterface:: |
function | Called after child nodes are visited. | 4 |