1 | <?php |
||
20 | final class Twig1Visitor extends TwigVisitor implements \Twig_NodeVisitorInterface |
||
21 | { |
||
22 | 4 | public function enterNode(Twig_NodeInterface $node, Twig_Environment $env) |
|
26 | |||
27 | 4 | public function leaveNode(Twig_NodeInterface $node, Twig_Environment $env) |
|
31 | |||
32 | 4 | public function getPriority() |
|
36 | } |
||
37 |