Home »
MCQs »
Yii PHP Framework MCQs
Which of the following function returns an array of all the modules declared in the application?
33. Which of the following function returns an array of all the modules declared in the application?
- getModules()
- get()
- getModule()
Answer: A) getModules()
Explanation:
getModules () function returns an array of all the modules declared in the application.