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.
- registerBeforeExecuteRouteCheck() : mixed
Methods
registerAutoloaders()
Register a specific autoloader for the module.
public
registerAutoloaders([DiInterface $di = null ]) : mixed
Parameters
- $di : DiInterface = null
registerServices()
Register specific services for the module.
public
registerServices(DiInterface $di) : mixed
Parameters
- $di : DiInterface
registerBeforeExecuteRouteCheck()
private
registerBeforeExecuteRouteCheck(DiInterface $di) : mixed
Parameters
- $di : DiInterface