You are here

function CampaignMonitor::CampaignMonitor in Campaign Monitor 5.2

Same name and namespace in other branches
  1. 6.3 lib/CMBase.php \CampaignMonitor::CampaignMonitor()
  2. 6.2 lib/CMBase.php \CampaignMonitor::CampaignMonitor()

*

Parameters

string $api Your API key.: * @param string $client The default ClientId you're going to work with. * @param string $campaign The default CampaignId you're going to work with. * @param string $list The default ListId you're going to work with. * @param string $method Determines request type. Values are either get, post, or soap.

File

lib/CMBase.php, line 895

Class

CampaignMonitor

Code

function CampaignMonitor($api = null, $client = null, $campaign = null, $list = null, $method = 'get') {
  CMBase::CMBase($api, $client, $campaign, $list, $method);
}