private function MobileDeviceDetectionObject::getOperatingSystem in Mobile Device Detection 8
1 call to MobileDeviceDetectionObject::getOperatingSystem()
File
- src/Object/ MobileDeviceDetectionObject.php, line 210 
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
private function getOperatingSystem() {
  $this->object->OS = $this
    ->_get($this
    ->getAttributes()
    ->get('operating_systems'));
  $this
    ->_version($this->object->OS);
}