Magento
M70-101 · Question #114
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(`customer/address') with an instance of your own class. Which one of the following xpaths would accomplish…
The correct answer is E. global/helpers/customer/rewrite/address. See the full explanation below for the reasoning.
Question
You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(`customer/address') with an instance of your own class. Which one of the following xpaths would accomplish that?
Options
- Aglobal/ rewrite/ helpers/ rewrite/address
- Bglobal/customer/helpers/address
- Cglobal/helpers/ rewrite/ customer address
- Dglobal/helpers/rewrite/customer/address
- Eglobal/helpers/customer/rewrite/address
How the community answered
(70 responses)- A11% (8)
- B1% (1)
- C4% (3)
- D1% (1)
- E81% (57)
Community Discussion
No community discussion yet for this question.