You are here

public function GetAccountPlan::setStartDate in SendinBlue 8

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

Parameters

\DateTime|null $startDate:

1 call to GetAccountPlan::setStartDate()
GetAccountPlan::__construct in src/Tools/Model/GetAccountPlan.php
GetAccount constructor.

File

src/Tools/Model/GetAccountPlan.php, line 104

Class

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setStartDate(\DateTime $startDate) {
  $this->startDate = $startDate;
}