Example #1
0
 public static function getInstance()
 {
     if (empty(self::$me)) {
         self::$me = new BaseService();
     }
     return self::$me;
 }