コード例 #1
0
 public static function get_instance()
 {
     if (empty(self::$_this)) {
         self::$_this = new SwpmAuth();
         self::$_this->init();
     }
     return self::$_this;
 }