Module class for HexAuth module.

package HexAuth

 Methods

Get the autoloader configuration for the HexAuth module.

getAutoloaderConfig() : array

Returns

array

Get the configuration file for the HexAuth module.

getConfig() : array

Returns

array

Attach a listener to the dispatch event

onBootstrap($e) : void

Parameters

$e

\Zend\Mvc\MvcEvent

Called before the dispatch event happens.

preDispatch($e) : void

Used to determine if the user has access rights to the current route. If not, the user is redirected to the login page.

Valid only for HTTP requests, happens nothing for console requests.

Parameters

$e

\Zend\Mvc\MvcEvent