function ConstantContact::getUsername in Constant Contact 6
Same name and namespace in other branches
- 5 ConstantContact.php \ConstantContact::getUsername()
Get the username used to access the CC API
2 calls to ConstantContact::getUsername()
- ConstantContact::add in ./
ConstantContact.php - Add a subscriber to your constant contact account, can be used to update their details too
- ConstantContact::remove in ./
ConstantContact.php - Remove a subscriber from your constant contact account
File
- ./
ConstantContact.php, line 114
Class
- ConstantContact
- Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members
Code
function getUsername() {
return urlencode($this->username);
}