function ConstantContact::setCategory in Constant Contact 6
Same name and namespace in other branches
- 5 ConstantContact.php \ConstantContact::setCategory()
Sets the category used to add subscribers into
*
Parameters
string The interest category subscribers are added to:
File
- ./
ConstantContact.php, line 103
Class
- ConstantContact
- Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members
Code
function setCategory($category) {
$this->category = $category;
}