コード例 #1
0
ファイル: End.php プロジェクト: monkviper/magento-lite
 /**
  * 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();
 }