Documentation

Module
in package

Table of Contents

Methods

getConfig()  : array<string|int, mixed>
Get the configuration for this module.
getServiceConfig()  : array<string|int, mixed>
getViewHelperConfig()  : array<string|int, mixed>
Get view helper configuration.
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>

getViewHelperConfig()

Get view helper configuration.

public getViewHelperConfig() : 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

        
On this page

Search results