public function GetLists::getCount in SendinBlue 7.2
Return value
int
File
- includes/
Model/ GetLists.php, line 53
Class
Code
public function getCount() {
return $this->count;
}
int
public function getCount() {
return $this->count;
}