Module
in package
Table of Contents
Methods
- getConfig() : array<string|int, mixed>
- Get the configuration for this module.
- getServiceConfig() : array<string|int, mixed>
- logError() : void
- onBootstrap() : void
- onRoute() : void
Methods
getConfig()
Get the configuration for this module.
public
getConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>getServiceConfig()
public
getServiceConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>logError()
public
logError(MvcEvent $e) : void
Parameters
- $e : MvcEvent
onBootstrap()
public
onBootstrap(MvcEvent $e) : void
Parameters
- $e : MvcEvent
onRoute()
public
onRoute(MvcEvent $e) : void
Parameters
- $e : MvcEvent