| 1 | <?php |
||
| 18 | class Module implements ModuleDefinitionInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Register a specific autoloader for the module |
||
| 22 | */ |
||
| 23 | public function registerAutoloaders(DiInterface $dependencyInjector = null) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Register specific services for the module |
||
| 39 | */ |
||
| 40 | public function registerServices(DiInterface $di) |
||
| 56 | } |