| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class EventManagerFactory |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param ContainerInterface $container |
||
| 17 | * @return EventManager |
||
| 18 | * @since 1.6 |
||
| 19 | */ |
||
| 20 | public function __invoke(ContainerInterface $container) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param EventManager $eventManager |
||
| 30 | * @param ContainerInterface $container |
||
| 31 | * @return void |
||
| 32 | * @since 1.6 |
||
| 33 | */ |
||
| 34 | protected function addEventListener(EventManager $eventManager, ContainerInterface $container) |
||
| 41 |