Ejemplo n.º 1
0
 /**
  * Get a value from the config.
  *
  * @param string $key
  * @param mixed $default
  * @return mixed 
  * @static 
  */
 public static function objectConfigGet($key, $default = null)
 {
     return \hisorange\BrowserDetect\Parser::objectConfigGet($key, $default);
 }