Home »
MCQs »
Zend Framework MCQs
Which of the following component of the module system fires a series of events, for each module as soon as the modules are located via the Module Autoloader?
34. Which of the following component of the module system fires a series of events, for each module as soon as the modules are located via the Module Autoloader?
- Module Autoloader
- Module Manager
- Module Manager Listeners.
Answer: B) Module Manager
Explanation:
The module Manager component of the module system fires a series of events, for each module as soon as the modules are located via the Module Autoloader.