public function GetLists::setCount in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetLists.php \Drupal\sendinblue\Tools\Model\GetLists::setCount()
Parameters
int $count:
1 call to GetLists::setCount()
- GetLists::__construct in src/
Tools/ Model/ GetLists.php - GetLists constructor.
File
- src/
Tools/ Model/ GetLists.php, line 62
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setCount(int $count) {
$this->count = $count;
}