1 | <?php |
||
10 | class MacroContextNodeVisitor extends \Twig_BaseNodeVisitor |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public function getPriority() |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | protected function doEnterNode(\Twig_Node $node, \Twig_Environment $env) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | protected function doLeaveNode(\Twig_Node $node, \Twig_Environment $env) |
||
50 | } |
||
51 |