You are here

public function GetExtendedList::setTotalSubscribers in SendinBlue 7.2

Parameters

int $totalSubscribers:

1 call to GetExtendedList::setTotalSubscribers()
GetExtendedList::__construct in includes/Model/GetExtendedList.php
GetExtendedList constructor.

File

includes/Model/GetExtendedList.php, line 109

Class

GetExtendedList
Class GetExtendedList.

Code

public function setTotalSubscribers($totalSubscribers) {
  $this->totalSubscribers = $totalSubscribers;
}