| 1 | <?php |
||
| 22 | class Bukashk0zzzSerializationEventSubscriber implements EventSubscriberInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | public static function getSubscribedEvents() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param UrlNormalizerEvent $event |
||
| 41 | */ |
||
| 42 | public function normalizeOrigin(UrlNormalizerEvent $event) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @param UrlNormalizerEvent $event |
||
| 49 | */ |
||
| 50 | public function normalizeFiltered(UrlNormalizerEvent $event) |
||
| 54 | } |
||
| 55 |