You are here

public function GetLists::getCount in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetLists.php \Drupal\sendinblue\Tools\Model\GetLists::getCount()

Return value

int

File

src/Tools/Model/GetLists.php, line 55

Class

GetLists

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCount() : int {
  return $this->count;
}