You are here

public function GetAccount::addPlan in SendinBlue 7.2

Parameters

GetAccountPlan $plan:

1 call to GetAccount::addPlan()
GetAccount::__construct in includes/Model/GetAccount.php
GetAccount constructor.

File

includes/Model/GetAccount.php, line 131

Class

GetAccount

Code

public function addPlan($plan) {
  $this->plan[] = $plan;
}