Example #1
0
 /**
  * @return Config
  */
 public static function init()
 {
     if (self::$oInstance === null) {
         self::$oInstance = new self();
     }
     return self::$oInstance;
 }