1 | <?php |
||
22 | class StyleSubscriber implements EventSubscriberInterface |
||
23 | { |
||
24 | /** |
||
25 | * @var StyleRenderer |
||
26 | */ |
||
27 | private $styleRenderer; |
||
28 | |||
29 | 4 | public function __construct(StyleRenderer $styleRenderer) |
|
33 | |||
34 | public function handleMap(StaticMapEvent $event) |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | 4 | public static function getSubscribedEvents() |
|
60 | } |
||
61 |