$this->eventManager->
notify( 'Enlight_Controller_Front_StartDispatch',
$eventArgs );
if (!
$this->router
) { $this->
setRouter(Router::
class);
} if (!
$this->dispatcher
) { $this->
setDispatcher('Enlight_Controller_Dispatcher_Default'
);
} if (!
$this->request
) { $this->
setRequest('Enlight_Controller_Request_RequestHttp'
);
} if (!
$this->response
) { $this->
setResponse('Enlight_Controller_Response_ResponseHttp'
);
} if ($this->request instanceof SymfonyRequest
) { $this->requestStack->
push($this->request
);
}