public function GetAccountPlan::setEndDate in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccountPlan.php \Drupal\sendinblue\Tools\Model\GetAccountPlan::setEndDate()
Parameters
\DateTime|null $endDate:
1 call to GetAccountPlan::setEndDate()
- GetAccountPlan::__construct in src/
Tools/ Model/ GetAccountPlan.php - GetAccount constructor.
File
- src/
Tools/ Model/ GetAccountPlan.php, line 118
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setEndDate(\DateTime $endDate) {
$this->endDate = $endDate;
}