![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($custom_fields=array()) | |
fromXML ($xmlElement) | |
toXML () | |
toXMLString () | |
toString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$custom_fields | |
The wrapper class for a list of custom fields.
Definition at line 8 of file CustomFields.php.
com_maileon_api_contacts_CustomFields::__construct | ( | $custom_fields = array() | ) |
Constructor initializing the list from an array.
array | $custom_fields | The list of custom fields. Empty array if no argument passed. |
Definition at line 19 of file CustomFields.php.
com_maileon_api_contacts_CustomFields::fromXML | ( | $xmlElement | ) |
Initialization of the custom fields from a simple xml element.
SimpleXMLElement | $xmlElement | The xml element that is used to parse the custom fields from. |
Definition at line 31 of file CustomFields.php.
com_maileon_api_contacts_CustomFields::toXML | ( | ) |
Serialization to a simple XML element.
Definition at line 44 of file CustomFields.php.
com_maileon_api_contacts_CustomFields::toXMLString | ( | ) |
Serialization to a simple XML element as string
Definition at line 64 of file CustomFields.php.
com_maileon_api_contacts_CustomFields::toString | ( | ) |
Human readable representation of this list of custom fields.
Definition at line 76 of file CustomFields.php.