Ejemplo n.º 1
0
 /**
  * Check key in the config.
  *
  * @param string $key
  * @return boolean 
  * @static 
  */
 public static function objectConfigExists($key)
 {
     return \hisorange\BrowserDetect\Parser::objectConfigExists($key);
 }