コード例 #1
0
ファイル: newsfeed_bridge.php プロジェクト: vazahat/dudex
 /**
  * Returns class instance
  *
  * @return GHEADER_MCLASS_NewsfeedBridge
  */
 public static function getInstance()
 {
     if (!isset(self::$classInstance)) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
コード例 #2
0
ファイル: plugin.php プロジェクト: vazahat/dudex
 public function mobileInit()
 {
     $this->genericInit();
     GHEADER_MCLASS_NewsfeedBridge::getInstance()->init();
 }