You are here

function ConstantContact::setUsername in Constant Contact 5

Same name and namespace in other branches
  1. 6 ConstantContact.php \ConstantContact::setUsername()

Sets the username used to access the CC API

*

Parameters

string The username for your CC account:

File

./ConstantContact.php, line 81

Class

ConstantContact
Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members

Code

function setUsername($username) {
  $this->username = $username;
}