コード例 #1
0
ファイル: servers.class.php プロジェクト: aberrios/WEBTHESGO
 /**
  *
  */
 public static function __getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new self();
     }
     return self::$instance;
 }