__construct() __construct(null|string|\apanly\BrowserDetector\UserAgent $userAgent = null) : mixed Parameters null|string|\apanly\BrowserDetector\UserAgent $userAgent Throws \apanly\BrowserDetector\InvalidArgumentException Returns mixed —
setName() setName(string $name) : $this Set the name of the OS. Parameters string $name Returns $this —
isBrowser() isBrowser(string $name) : bool Check to see if the specific browser is valid. Parameters string $name Returns bool —
setVersion() setVersion(string $version) : $this Set the version of the browser. Parameters string $version Returns $this —
setIsRobot() setIsRobot(bool $isRobot) : $this Set the Browser to be a robot. Parameters bool $isRobot Returns $this —
setIsChromeFrame() setIsChromeFrame(bool $isChromeFrame) : $this Parameters bool $isChromeFrame Returns $this —
getIsChromeFrame() getIsChromeFrame() : bool Used to determine if the browser is actually "chromeframe". Returns bool —
setIsFacebookWebView() setIsFacebookWebView(bool $isFacebookWebView) : $this Parameters bool $isFacebookWebView Returns $this —
getIsFacebookWebView() getIsFacebookWebView() : bool Used to determine if the browser is actually "facebook". Returns bool —
setUserAgent() setUserAgent(\apanly\BrowserDetector\UserAgent $userAgent) : $this Parameters \apanly\BrowserDetector\UserAgent $userAgent Returns $this —
getUserAgent() getUserAgent() : \apanly\BrowserDetector\UserAgent Returns \apanly\BrowserDetector\UserAgent —
setIsCompatibilityMode() setIsCompatibilityMode(mixed $isCompatibilityMode) : $this Parameters mixed $isCompatibilityMode Returns $this —
endCompatibilityMode() endCompatibilityMode() : mixed Render pages outside of IE's compatibility mode. Returns mixed —