1 | <?php |
||
11 | class TemplatingViewListener extends ViewListener |
||
12 | { |
||
13 | protected $templating; |
||
14 | |||
15 | 4 | public function __construct(EngineInterface $templating) |
|
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 2 | protected function getContent(View $view, $format) |
|
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | 3 | protected function supports(View $view, $format) |
|
46 | } |
||
47 |