You are here

protected function MobileDeviceDetectionObject::setAttributes in Mobile Device Detection 8

1 call to MobileDeviceDetectionObject::setAttributes()
MobileDeviceDetectionObject::__construct in src/Object/MobileDeviceDetectionObject.php
The constructoror

File

src/Object/MobileDeviceDetectionObject.php, line 98

Class

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

protected function setAttributes(MobileDeviceDetectionAttributes $attributes) {
  $this->attributes = $attributes;
}