Esempio n. 1
0
 public static function getInstance()
 {
     if (!self::$sInstance) {
         self::$sInstance = new Errors();
     }
     return self::$sInstance;
 }