$this->eventManager->
notify( 'Enlight_Controller_Front_DispatchLoopStartup',
$eventArgs );
/*
* Attempts to dispatch the controller/action. If the $this->request
* indicates that it needs to be dispatched, it moves to the next
* action in the request.
*/
do { $this->
ensureRequest()->
setDispatched();
/*
* Notify plugins of dispatch startup
*/
try { $this->eventManager->
notify( 'Enlight_Controller_Front_PreDispatch',
$eventArgs );
/*
* Skip requested action if preDispatch() has reset it
*/