/**
  * Clears all current config parameters.
  */
 public static function clear()
 {
     self::$config = null;
     self::$config = array();
 }