Which of the following will check if the current request is for a backend page or a frontend page?

  • Mage::app()->getStore()->isAdmin()
  • Mage::code()->getStore()->isAdminArea()
  • Mage::app()->getStore()->Admin()
  • Mage::app()->getStore()->AdminHtml()