![]() |
Maileon PHP client
1.5.0
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($key=null, $value=null) | |
fromXML ($xmlElement) | |
toXML () | |
toString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$key | |
$value | |
The wrapper class for a Maileon account placeholder. This class wraps the XML structure.
Definition at line 8 of file AccountPlaceholder.php.
com_maileon_api_account_AccountPlaceholder::__construct | ( | $key = null , |
|
$value = null |
|||
) |
Constructor initializing default values.
type | $key | |
type | $value |
Definition at line 19 of file AccountPlaceholder.php.
com_maileon_api_account_AccountPlaceholder::fromXML | ( | $xmlElement | ) |
Initialization of the attachment from a simple xml element.
SimpleXMLElement | $xmlElement | The xml element that is used to parse the attachment from. |
Definition at line 33 of file AccountPlaceholder.php.
com_maileon_api_account_AccountPlaceholder::toXML | ( | ) |
Creates the XML representation of an attachment
Definition at line 44 of file AccountPlaceholder.php.
com_maileon_api_account_AccountPlaceholder::toString | ( | ) |
Human readable representation of this wrapper.
Definition at line 66 of file AccountPlaceholder.php.