You are here

public function GetExtendedList::setDynamicList in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetExtendedList.php \Drupal\sendinblue\Tools\Model\GetExtendedList::setDynamicList()

Parameters

int $dynamicList:

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

File

src/Tools/Model/GetExtendedList.php, line 155

Class

GetExtendedList
Class GetExtendedList.

Namespace

Drupal\sendinblue\Tools\Model

Code

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