public function SendInBlueConfigFactory::getAccountUsername in SendinBlue 7.2
File
- includes/
sendinblue.config.php, line 69
Class
Code
public function getAccountUsername() {
return $this
->getVariable(self::ACCOUNT_USERNAME);
}
public function getAccountUsername() {
return $this
->getVariable(self::ACCOUNT_USERNAME);
}