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