Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php525 * @param string $osLabel name or short name
529 public static function getOsFamily(string $osLabel): ?string argument
531 if (\in_array($osLabel, self::$operatingSystems)) {
532 $osLabel = \array_search($osLabel, self::$operatingSystems);
536 if (\in_array($osLabel, $labels)) {