Magento
M70-201 · Question #93
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
The correct answer is D. Foo_bar_baz will be added instead of the default handle. See the full explanation below for the reasoning.
Question
When $ this ->load Layout (' foo_bar_baz') is called in a standard front action, what is the effect on the layout update object instance?
Options
- Afoo_bar_baz will be the only handle added
- BloadLayout () does not take any arguments, so there is no effect
- COnly two handles will be added: foo_bar_baz and default
- DFoo_bar_baz will be added instead of the default handle
How the community answered
(48 responses)- A2% (1)
- B6% (3)
- C8% (4)
- D83% (40)
Community Discussion
No community discussion yet for this question.