Total Complexity | 10 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class EventConfigurator |
||
10 | { |
||
11 | private ListenerProviderInterface $listenerProvider; |
||
12 | |||
13 | private ContainerInterface $container; |
||
14 | |||
15 | public function __construct(ListenerProviderInterface $listenerProvider, ContainerInterface $container) |
||
22 | } |
||
23 | |||
24 | public function registerListeners(array $listeners): void |
||
46 |