1 | <?php |
||
5 | class TwigJsNodeVisitor implements \Twig_NodeVisitorInterface |
||
6 | { |
||
7 | private $moduleNode; |
||
8 | |||
9 | public function enterNode(\Twig_NodeInterface $node, \Twig_Environment $env) |
||
17 | |||
18 | public function leaveNode(\Twig_NodeInterface $node, \Twig_Environment $env) |
||
33 | |||
34 | public function getPriority() |
||
38 | } |
||
39 |