コード例 #1
0
ファイル: index.php プロジェクト: Nechhist/test.loc
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }