Ejemplo n.º 1
0
 /**
  * Parse the user agent with the plugin(s) and generate a summarized result.
  *
  * @since 1.0.0 function renamed to 'parse' from '_parse' and only calling plugins from now.
  * @since 0.9.0
  * @param string $userAgent
  * @return \hisorange\BrowserDetect\Result 
  * @static 
  */
 public static function parse($userAgent)
 {
     return \hisorange\BrowserDetect\Parser::parse($userAgent);
 }