Ejemplo n.º 1
0
 /**
  * Delete a configuration by key from the object.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function objectConfigDelete($key)
 {
     \hisorange\BrowserDetect\Parser::objectConfigDelete($key);
 }