You are here

public function GetExtendedList::setTotalBlacklisted in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 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\Model

Code

public function setTotalBlacklisted($totalBlacklisted) {
  $this->totalBlacklisted = $totalBlacklisted;
}