|
UNA
|
Public Member Functions | |
| __construct (&$aModule) | |
| serviceUpdateMergeFields () | |
| serviceGetLists ($bAddEmptyValue=true) | |
| serviceRemoveAccount ($mixed) | |
| serviceUpdateAccount ($sEmail) | |
| actionAccountRemove ($sEmail) | |
| actionAccountUpdate ($sEmail) | |
| actionBulkAdd ($iLimit=BX_MAILCHIMP_LIMIT) | |
| actionStats () | |
| Public Member Functions inherited from BxDolModule | |
| __construct ($aModule) | |
| __get ($sName) | |
| __set ($sName, $o) | |
| isEnabled () | |
| getName () | |
| isLogged () | |
| getUserId () | |
| getUserPassword () | |
| serviceIsSafeService ($s) | |
| serviceGetSafeServices () | |
| serviceIsPublicService ($s) | |
| serviceGetPublicServices () | |
Protected Member Functions | |
| _accountAction ($sEmail, $sMethod) | |
| _prepareUser ($oAccount) | |
| _checkForErrors ($s, $sErrorCurl) | |
| _request ($sURI, $sMethod, $aData, &$sError) | |
Protected Attributes | |
| $sHostnameAPI = 'https://{dc}.api.mailchimp.com/3.0' | |
| $aFields | |
Additional Inherited Members | |
| Static Public Member Functions inherited from BxDolModule | |
| static | getInstance ($sName) |
| static | getTitle ($sUri) |
| static | getTitleKey ($sUri) |
| Public Attributes inherited from BxDolModule | |
| $_aModule | |
|
protected |
|
protected |
Perform JSON request to the API endpoint and get JSON response
| BxMailchimpModule::actionAccountRemove | ( | $sEmail | ) |
remove user from mailchimp by email or account id
| BxMailchimpModule::actionAccountUpdate | ( | $sEmail | ) |
update user by email or account id
| BxMailchimpModule::actionBulkAdd | ( | $iLimit = BX_MAILCHIMP_LIMIT | ) |
Add members in bulk from local database to mailchimp
| BxMailchimpModule::actionStats | ( | ) |
Test query to return some stats
| BxMailchimpModule::serviceRemoveAccount | ( | $mixed | ) |
remove user from mailchimp by email or account id
| BxMailchimpModule::serviceUpdateAccount | ( | $sEmail | ) |
update user in mailchimp by email or account id
|
protected |