ModulesMiddlewareRegistration
in package
implements
Bootstrapper
Class ModulesMiddlewareRegistration
Interfaces, Classes and Traits
- Bootstrapper
- Interface Bootstrapper
Table of Contents
- boot() : void
- Application bootstrapping.
- getGXModulesComponentsService() : GXModulesComponentsService|null
- Returns the GX modules components service, if available.
- getSlim() : App|null
- Returns the slim app, if available.
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
Parameters
- $application : Application
Tags
Return values
void —getGXModulesComponentsService()
Returns the GX modules components service, if available.
private
getGXModulesComponentsService(Application $application) : GXModulesComponentsService|null
Parameters
- $application : Application
Return values
GXModulesComponentsService|null —getSlim()
Returns the slim app, if available.
private
getSlim(Application $application) : App|null
Parameters
- $application : Application