You are here

private function MobileDeviceDetectionObject::getBrowser in Mobile Device Detection 8

1 call to MobileDeviceDetectionObject::getBrowser()
MobileDeviceDetectionObject::getObject in src/Object/MobileDeviceDetectionObject.php

File

src/Object/MobileDeviceDetectionObject.php, line 218

Class

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

private function getBrowser() {
  $this->object->browser = $this
    ->_get($this
    ->getAttributes()
    ->get('browsers'));
  $this
    ->_version($this->object->browser);
}