Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php1142 if ($this->clientHints instanceof ClientHints && $this->clientHints->getBrandList()) {
1143 $brands = $this->clientHints->getBrandList();
/plugin/statistics/vendor/matomo/device-detector/
DClientHints.php197 public function getBrandList(): array function in DeviceDetector\\ClientHints