示例#1
0
 /**
  * Return url for iframe source
  *
  * @return string
  */
 public function getIframeSourceUrl()
 {
     if (!Mage_AdminNotification_Model_Survey::isSurveyUrlValid() || Mage::getSingleton('install/installer')->getHideIframe()) {
         return null;
     }
     return Mage_AdminNotification_Model_Survey::getSurveyUrl();
 }
示例#2
0
文件: Survey.php 项目: quyip8818/Mag
 /**
  * Return survey url
  *
  * @return string
  */
 public function getSurveyUrl()
 {
     return Mage_AdminNotification_Model_Survey::getSurveyUrl();
 }