You are here

public function SendInBlueConfigFactory::setAttributeLists in SendinBlue 7.2

File

includes/sendinblue.config.php, line 131

Class

SendInBlueConfigFactory

Code

public function setAttributeLists($attributes) {
  $this
    ->setVariable(self::ATTRIBUTE_LISTS, $attributes);
}