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