Beispiel #1
0
 public static function getInstance()
 {
     if (NULL === self::$static) {
         self::$static = new self();
     }
     return self::$static;
 }