/** * Set the user agent value in use to determine the browser. * * @param string $value * @return void */ public static function setUserAgent($value) { self::$userAgent = $value; self::$name = self::$version = self::$isRobot = null; OS::setOS(null); OS::setVersion(null); }