コード例 #1
0
ファイル: CloudGlue.php プロジェクト: sluther/portsensor
 /**
  * @return CloudGlue
  */
 static function getInstance()
 {
     if (self::$instance == NULL) {
         self::$instance = new CloudGlue();
     }
     return self::$instance;
 }
コード例 #2
0
 /**
  * Enter description here...
  *
  * @return CloudGlue
  */
 static function getCloudGlueService()
 {
     return CloudGlue::getInstance();
 }