| 1 | <?php |
||
| 12 | class SerializerViewListener extends ViewListener |
||
| 13 | { |
||
| 14 | private $serializer; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param JMSSerializer|SymfonySerializer $serializer |
||
| 18 | */ |
||
| 19 | 6 | public function __construct($serializer) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 4 | protected function supports(View $view, $format) |
|
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | 2 | protected function getContent(View $view, $format) |
|
| 43 | } |
||
| 44 |