Esempio n. 1
0
 public static function getInstance()
 {
     if (empty(self::$mInstance)) {
         self::$mInstance = new MobileService();
     }
     return self::$mInstance;
 }