Home
last modified time | relevance | path

Searched refs:mobileOnlyBrowsers (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php802 protected static $mobileOnlyBrowsers = [ variable in DeviceDetector\\Parser\\Client\\Browser
953 …return \in_array($browser, self::$mobileOnlyBrowsers) || (\in_array($browser, self::$availableBrow…
954 … && \in_array(\array_search($browser, self::$availableBrowsers), self::$mobileOnlyBrowsers));