function CampaignMonitor::userGetClients in Campaign Monitor 5.2
Same name and namespace in other branches
- 6.3 lib/CMBase.php \CampaignMonitor::userGetClients()
- 6.2 lib/CMBase.php \CampaignMonitor::userGetClients()
*
Return value
mixed A parsed response from the server, or null if something failed. * @see http://www.campaignmonitor.com/api/User.GetClients.aspx
File
- lib/
CMBase.php, line 1150
Class
Code
function userGetClients() {
return $this
->makeCall('User.GetClients');
}