Total Complexity | 5 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | final class EventManager extends EventProvider |
||
9 | { |
||
10 | private static $eventProvider = null; |
||
11 | |||
12 | private function __construct() |
||
14 | } |
||
15 | |||
16 | public static function eventProvider(): EventProvider |
||
23 | } |
||
24 | |||
25 | public static function record(Event ...$events): void |
||
28 | } |
||
29 | |||
30 | public static function release(): Generator |
||
35 |