Which of the following will get active store information (such as the store’s name) in Magento?

  • Mage::app()->getStore();
  • Mage::app()->getStoreId();
  • Mage::app()->getName();
  • None of the above