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