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