public function GetExtendedContactDetails::setAttributes in SendinBlue 7.2
Parameters
mixed $attributes:
1 call to GetExtendedContactDetails::setAttributes()
- GetExtendedContactDetails::__construct in includes/
Model/ GetExtendedContactDetails.php - GetExtendedContactDetails constructor.
File
- includes/
Model/ GetExtendedContactDetails.php, line 182
Class
Code
public function setAttributes($attributes) {
$this->attributes = $attributes;
}