public function GetLists::setLists in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetLists.php \Drupal\sendinblue\Tools\Model\GetLists::setLists()
Parameters
array $lists:
File
- src/
Tools/ Model/ GetLists.php, line 41
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setLists(array $lists) {
$this->lists = $lists;
}