Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php83 public static $deviceBrands = [ variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser
2265 if (\array_key_exists($brandId, self::$deviceBrands)) {
2266 return self::$deviceBrands[$brandId];
2283 return (string) \array_search($brand, self::$deviceBrands) ?: '';
2333 if (!\in_array($brand, self::$deviceBrands)) {
2372 … if (isset($modelRegex['brand']) && \in_array($modelRegex['brand'], self::$deviceBrands)) {