Module
in package
implements
ModuleDefinitionInterface
Interfaces, Classes and Traits
- ModuleDefinitionInterface
Table of Contents
- registerAutoloaders() : mixed
- Registers an autoloader related to the module
- registerServices() : mixed
- Registers services related to the module
Methods
registerAutoloaders()
Registers an autoloader related to the module
public
registerAutoloaders([DiInterface $di = null ]) : mixed
Parameters
- $di : DiInterface = null
Return values
mixed —registerServices()
Registers services related to the module
public
registerServices(DiInterface $di) : mixed
Parameters
- $di : DiInterface