You are here

public function GetAttributes::setAttributes in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetAttributes.php \Drupal\sendinblue\Tools\Model\GetAttributes::setAttributes()

Parameters

GetAttributesAttributes[] $attributes:

File

src/Tools/Model/GetAttributes.php, line 36

Class

GetAttributes

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setAttributes(array $attributes) {
  $this->attributes = $attributes;
}