Searched refs:deviceBrands (Results 1 – 1 of 1) sorted by relevance
83 public static $deviceBrands = [ variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser2265 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)) {