1 | <?php |
||
12 | class MacroContextNodeVisitor extends \Twig_BaseNodeVisitor |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | protected function doEnterNode(\Twig_Node $node, \Twig_Environment $env) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | protected function doLeaveNode(\Twig_Node $node, \Twig_Environment $env) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function getPriority() |
||
49 | } |
||
50 |