You are here

public function GetLists::getLists in SendinBlue 7.2

Return value

array

1 call to GetLists::getLists()
GetLists::__construct in includes/Model/GetLists.php
GetLists constructor.

File

includes/Model/GetLists.php, line 32

Class

GetLists

Code

public function getLists() {
  return $this->lists;
}