You are here

function ConstantContact::setCategory in Constant Contact 5

Same name and namespace in other branches
  1. 6 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;
}