Searched refs:buildModel (Results 1 – 1 of 1) sorted by relevance
2352 $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