![]() |
Maileon PHP client
1.5.5
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 custom property. This class wraps the XML structure.
Definition at line 8 of file CustomProperty.php.
com_maileon_api_mailings_CustomProperty::__construct | ( | $key = null , |
|
$value = null |
|||
) |
Constructor initializing default values.
type | $key | |
type | $value |
Definition at line 19 of file CustomProperty.php.
com_maileon_api_mailings_CustomProperty::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 CustomProperty.php.
com_maileon_api_mailings_CustomProperty::toXML | ( | ) |
Creates the XML representation of an attachment
Definition at line 44 of file CustomProperty.php.
com_maileon_api_mailings_CustomProperty::toString | ( | ) |
Human readable representation of this wrapper.
Definition at line 59 of file CustomProperty.php.