Beispiel #1
0
 static function get($opt = null)
 {
     if (!self::$Instance) {
         self::$Instance = new self($opt);
     }
     return self::$Instance;
 }