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