You are here

public function GetLists::getCount in SendinBlue 7.2

Return value

int

File

includes/Model/GetLists.php, line 53

Class

GetLists

Code

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