コード例 #1
0
ファイル: Debug.php プロジェクト: iwater/kissphp
 function &getInstance()
 {
     if (is_null(self::$_theInstances)) {
         self::$_theInstances = new Debug();
     }
     return self::$_theInstances;
 }