Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php205 $this->addDeviceParser(new HbbTv());
206 $this->addDeviceParser(new ShellTv());
207 $this->addDeviceParser(new Notebook());
208 $this->addDeviceParser(new Console());
209 $this->addDeviceParser(new CarBrowser());
210 $this->addDeviceParser(new Camera());
211 $this->addDeviceParser(new PortableMediaPlayer());
212 $this->addDeviceParser(new Mobile());
292 public function addDeviceParser(AbstractDeviceParser $parser): void function in DeviceDetector\\DeviceDetector