Home »
MCQs »
Yii PHP Framework MCQs
Which of the following function returns the module to which a component belongs?
32. which of the following function returns the module to which a component belongs?
- getModules()
- get()
- getModule()
Answer: C) getModule()
Explanation:
getModule() function returns the module to which a component belongs.