function ConstantContact::setPassword in Constant Contact 6
Same name and namespace in other branches
- 5 ConstantContact.php \ConstantContact::setPassword()
Sets the password used to access the CC API
*
Parameters
string The password for your CC account:
File
- ./
ConstantContact.php, line 92
Class
- ConstantContact
- Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members
Code
function setPassword($password) {
$this->password = $password;
}