You are here

public function GetLists::setLists in SendinBlue 8.2

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

Parameters

array $lists:

File

src/Tools/Model/GetLists.php, line 41

Class

GetLists

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setLists(array $lists) {
  $this->lists = $lists;
}