Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Extension implements ExtensionInterface |
||
10 | { |
||
11 | |||
12 | protected array $config = []; |
||
13 | |||
14 | public function loadConfig(array $config): void |
||
17 | } |
||
18 | |||
19 | public function registerServices(ContainerLoader $container): void |
||
21 | |||
22 | } |
||
23 | |||
24 | public function registerRoutes(Router $router): void |
||
25 | { |
||
26 | |||
27 | } |
||
28 | |||
29 | public function registerCommands(CommandsLoader $commandLoader): void |
||
31 | |||
32 | } |
||
33 | } |