Twig_NodeVisitorInterface is the interface the all node visitor classes must implement.
| author |
Fabien Potencier fabien@symfony.com |
|---|---|
| package |
Application |
enterNode(\Twig_Nodenode, \Twig_Environmentenv) : \Twig_Node
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_NodeThe node to visit
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_EnvironmentThe Twig environment instance
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_NodeThe modified node
getPriority() : int
Priority should be between -10 and 10 (0 is the default).
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
intThe priority level
leaveNode(\Twig_Nodenode, \Twig_Environmentenv) : \Twig_Node|false
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_NodeThe node to visit
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_EnvironmentThe Twig environment instance
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Node|falseThe modified node or false if the node must be removed