| 1 | <?php |
||
| 10 | class Response implements EventSubscriberInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param GetResponseForControllerResultEvent $event |
||
| 14 | * |
||
| 15 | * @return GetResponseForControllerResultEvent |
||
| 16 | */ |
||
| 17 | public function onKernelResponse(GetResponseForControllerResultEvent $event) |
||
| 32 | |||
| 33 | public static function getSubscribedEvents() |
||
| 39 | } |
||
| 40 |