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