You are here

public function GetSmtpTemplates::setTemplates in SendinBlue 7.2

Parameters

GetSmtpTemplateOverview[] $templates:

File

includes/Model/GetSmtpTemplates.php, line 55

Class

GetSmtpTemplates

Code

public function setTemplates($templates) {
  $this->templates = $templates;
}