public function GetAttributes::setAttributes in SendinBlue 7.2
Parameters
GetAttributesAttributes[] $attributes:
File
- includes/
Model/ GetAttributes.php, line 34
Class
Code
public function setAttributes($attributes) {
$this->attributes = $attributes;
}