Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php2352 $this->model = $this->buildModel($regex['model'], $matches);
2370 $this->model = $this->buildModel($modelRegex['model'], $modelMatches);
2390 protected function buildModel(string $model, array $matches): string function in DeviceDetector\\Parser\\Device\\AbstractDeviceParser