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