You are here

public function GetLists::addList in SendinBlue 8

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

Parameters

array $list:

1 call to GetLists::addList()
GetLists::__construct in src/Tools/Model/GetLists.php
GetLists constructor.

File

src/Tools/Model/GetLists.php, line 48

Class

GetLists

Namespace

Drupal\sendinblue\Tools\Model

Code

public function addList(array $list) {
  $this->lists[] = $list;
}