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
Namespace
Drupal\mobile_device_detection\ObjectCode
protected function setAttributes(MobileDeviceDetectionAttributes $attributes) {
$this->attributes = $attributes;
}