Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class GvEventListenerRegistry extends EventListenerRegistry |
||
12 | { |
||
13 | /** |
||
14 | * @var DIContainer |
||
15 | */ |
||
16 | private DIContainer $container; |
||
17 | |||
18 | public function __construct(DIContainer $container) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @throws ReflectionException |
||
25 | */ |
||
26 | public function registerEventListeners() |
||
39 |