예제 #1
0
 public static function getInstance()
 {
     if (is_null(self::$instance)) {
         self::$instance = new CIntranetPopupShow();
     }
     return self::$instance;
 }
예제 #2
0
 function onIntranetPopupShow()
 {
     $isPopupShowed = CIntranetPopupShow::getInstance()->isPopupShowed();
     if ($isPopupShowed == "Y") {
         return false;
     }
 }