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