1 | <?php |
||
11 | final class ViewListener |
||
12 | { |
||
13 | /** |
||
14 | * @var NormalizerInterface |
||
15 | */ |
||
16 | private $normalizer; |
||
17 | |||
18 | /** |
||
19 | * ViewListener constructor. |
||
20 | * |
||
21 | * @param NormalizerInterface $normalizer |
||
22 | */ |
||
23 | public function __construct(NormalizerInterface $normalizer) |
||
27 | |||
28 | public function onPlainResponse(ViewEvent $event) |
||
52 | |||
53 | } |
||
54 |