Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php74 protected $overAllMatch; variable in DeviceDetector\\Parser\\AbstractParser
462 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);