App
in package
implements
ModuleDefinitionInterface
Table of Contents
Interfaces
- ModuleDefinitionInterface
Methods
- registerAutoloaders() : mixed
- Register a specific autoloader for the module.
- registerServices() : mixed
- Register specific services for the module.
Methods
registerAutoloaders()
Register a specific autoloader for the module.
public
registerAutoloaders(DiInterface $di) : mixed
Parameters
- $di : DiInterface
registerServices()
Register specific services for the module.
public
registerServices(DiInterface $di) : mixed
Parameters
- $di : DiInterface