function ConstantContact::getPassword in Constant Contact 6
Same name and namespace in other branches
- 5 ConstantContact.php \ConstantContact::getPassword()
Get the password used to access the CC API
2 calls to ConstantContact::getPassword()
- 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 124
Class
- ConstantContact
- Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members
Code
function getPassword() {
return urlencode($this->password);
}