| 1 | <?php |
||
| 14 | class RouteSubscriber implements EventSubscriberInterface |
||
| 15 | { |
||
| 16 | private $routerMapping; |
||
| 17 | |||
| 18 | public function __construct(RouteMapper $routerMapping) |
||
| 22 | |||
| 23 | public function registerPageView(PageViewAdded $event) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public static function getSubscribedEvents() |
||
| 37 | } |
||
| 38 |