You are here

public function GetExtendedList::setDynamicList in SendinBlue 7.2

Parameters

int $dynamicList:

1 call to GetExtendedList::setDynamicList()
GetExtendedList::__construct in includes/Model/GetExtendedList.php
GetExtendedList constructor.

File

includes/Model/GetExtendedList.php, line 151

Class

GetExtendedList
Class GetExtendedList.

Code

public function setDynamicList($dynamicList) {
  $this->dynamicList = $dynamicList;
}