You are here

function ConstantContact::getCategory in Constant Contact 6

Same name and namespace in other branches
  1. 5 ConstantContact.php \ConstantContact::getCategory()

Get the interest category

1 call to ConstantContact::getCategory()
ConstantContact::add in ./ConstantContact.php
Add a subscriber to your constant contact account, can be used to update their details too

File

./ConstantContact.php, line 134

Class

ConstantContact
Class to interact with the constant contact API This class enables you to easily subscribe and unsubscribe members

Code

function getCategory() {
  return urlencode($this->category);
}