Beispiel #1
0
 public static function getInstance($aRethrow = false)
 {
     if (self::$Instance == null) {
         self::$Instance = new Out();
     }
     return self::$Instance;
 }