nerdexam
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)
  • A
    11% (8)
  • B
    1% (1)
  • C
    4% (3)
  • D
    1% (1)
  • E
    81% (57)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice