Searched refs:overAllMatch (Results 1 – 1 of 1) sorted by relevance
74 protected $overAllMatch; variable in DeviceDetector\\Parser\\AbstractParser462 if (empty($this->overAllMatch)) {463 $overAllMatch = $this->getCache()->fetch($cacheKey);465 if (\is_string($overAllMatch)) {466 $this->overAllMatch = $overAllMatch;470 if (empty($this->overAllMatch)) {472 … $this->overAllMatch = \array_reduce(\array_reverse($regexes), static function ($val1, $val2) {475 $this->getCache()->save($cacheKey, $this->overAllMatch);478 return $this->matchUserAgent($this->overAllMatch);