1 | <?php |
||
9 | class RouterSubscriber implements EventSubscriberInterface |
||
10 | { |
||
11 | private $routerMapping; |
||
12 | |||
13 | public function __construct(PageViewRouter $routerMapping) |
||
17 | |||
18 | public function registerPageView(PageViewAdded $event) |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public static function getSubscribedEvents() |
||
32 | } |
||
33 |