Example #1
0
 public static function create()
 {
     if (null === self::$_conf) {
         self::$_conf = new self();
     }
     return self::$_conf;
 }