1 | <?php |
||
10 | class TwigViewListener extends ViewListener |
||
11 | { |
||
12 | protected $twig; |
||
13 | |||
14 | 3 | public function __construct(\Twig_Environment $twig) |
|
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | 1 | protected function getContent(View $view, $format) |
|
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | 2 | protected function supports(View $view, $format) |
|
36 | } |
||
37 |