Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php167 if (!$this->hasDesktopFragment()) {
343 protected function hasDesktopFragment(): bool function in DeviceDetector\\Parser\\AbstractParser
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php2311 if ('' === $deviceModel && $this->hasDesktopFragment()) {
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php813 protected function hasDesktopFragment(): bool function in DeviceDetector\\DeviceDetector
1127 && $this->hasDesktopFragment();