Ejemplo n.º 1
0
 /**
  * Set a value in the config.
  *
  * @param string $key
  * @param mixed $value
  * @return void 
  * @static 
  */
 public static function objectConfigSet($key, $value)
 {
     \hisorange\BrowserDetect\Parser::objectConfigSet($key, $value);
 }