Beispiel #1
0
 function &getInstance()
 {
     if (is_null(self::$_theInstances)) {
         self::$_theInstances = new Debug();
     }
     return self::$_theInstances;
 }