public function GetExtendedList::setId in SendinBlue 7.2
Parameters
int $id:
1 call to GetExtendedList::setId()
- GetExtendedList::__construct in includes/
Model/ GetExtendedList.php - GetExtendedList constructor.
File
- includes/
Model/ GetExtendedList.php, line 67
Class
- GetExtendedList
- Class GetExtendedList.
Code
public function setId($id) {
$this->id = $id;
}