![]() |
Maileon PHP client
1.5.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
getAccountPlaceholders () | |
setAccountPlaceholders ($accountPlaceholders) | |
updateAccountPlaceholders ($accountPlaceholders) | |
deleteAccountPlaceholder ($name) | |
sxml_append (SimpleXMLElement $to, SimpleXMLElement $from) | |
![]() | |
__construct (array $config) | |
setDebug ($isDebug) | |
isDebug () | |
get ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | |
put ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | |
post ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null, $contentType=null, $contentLength=null) | |
delete ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | |
Additional Inherited Members | |
![]() | |
static | $MAILEON_XML_MIME_TYPE = 'application/vnd.maileon.api+xml' |
![]() | |
appendArrayFields ($params, $name, $fieldValues) | |
![]() | |
$configuration | |
$encodedApiKey | |
$debug = false | |
$throwException = true | |
$proxy_host | |
$proxy_port = 80 | |
$timeout | |
Facade that wraps the REST service for accounts.
Definition at line 8 of file AccountService.php.
com_maileon_api_account_AccountService::getAccountPlaceholders | ( | ) |
Get list of all account placeholders.
Definition at line 18 of file AccountService.php.
com_maileon_api_account_AccountService::setAccountPlaceholders | ( | $accountPlaceholders | ) |
Sets the list of account placeholders. All current account placeholders will be overwritten or removed, if not contained in the new array
array | $accountPlaceholders | Array of com_maileon_api_account_AccountPlaceholder or single account placeholder |
Definition at line 30 of file AccountService.php.
com_maileon_api_account_AccountService::updateAccountPlaceholders | ( | $accountPlaceholders | ) |
Update account placeholders. If account placeholder is not existing yet, it will be added. If account placeholder with given name is avaliable the value will be updated. Other existing account placeholders will not be touched.
array | $accountPlaceholders | Array of com_maileon_api_account_AccountPlaceholder or single account placeholder |
Definition at line 52 of file AccountService.php.
com_maileon_api_account_AccountService::deleteAccountPlaceholder | ( | $name | ) |
Delete account placeholder with requested
string | $name | The name of the property to delete |
Definition at line 74 of file AccountService.php.