Esempio n. 1
0
 /**
  * @return CloudGlue
  */
 static function getInstance()
 {
     if (self::$instance == NULL) {
         self::$instance = new CloudGlue();
     }
     return self::$instance;
 }
Esempio n. 2
0
 /**
  * Enter description here...
  *
  * @return CloudGlue
  */
 static function getCloudGlueService()
 {
     return CloudGlue::getInstance();
 }