Which of the following does NOT return an instance of a helper object?

  1. A. Mage::app()->getLayout()->helper(‘customer’);
  2. B. Mage::helper(‘customer’);
  3. C. Mage::app()->helper(‘customer’);
  4. D. Mage::app()->getLayout()->createBlock(‘core/template’)->helper(‘customer’);

Leave a Reply

Your email address will not be published. Required fields are marked *