\ApplicationModule

Entry point for Application called as part of ZF3 start up

Summary

Methods
Properties
Constants
getConfig()
onBootstrap()
ensureThatCookieDoesNotExpire()
No public properties found
COOKIE_LIFETIME
SESSION_NAME
No protected methods found
No protected properties found
N/A
instantiateSession()
No private properties found
N/A

Constants

SESSION_NAME

SESSION_NAME = 'ZF_ACL_SKELETON_SESSION_NAME'

Methods

getConfig()

getConfig() 

This method returns the path to module.config.php file.

onBootstrap()

onBootstrap(\Zend\Mvc\MvcEvent  $event) 

This method is called once the MVC bootstrapping is complete.

Parameters

\Zend\Mvc\MvcEvent $event

ensureThatCookieDoesNotExpire()

ensureThatCookieDoesNotExpire(\Zend\Mvc\MvcEvent  $event) 

Get cookie values and rejuvenate same

Parameters

\Zend\Mvc\MvcEvent $event

instantiateSession()

instantiateSession(\Zend\ServiceManager\ServiceManager  $serviceManager) 

Instantiate the session manager

Parameters

\Zend\ServiceManager\ServiceManager $serviceManager