Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_xml_AbstractXMLWrapper Class Reference
Inheritance diagram for com_maileon_api_xml_AbstractXMLWrapper:
com_maileon_api_account_AccountPlaceholder com_maileon_api_blacklists_AddEntriesAction com_maileon_api_blacklists_Blacklist com_maileon_api_contactevents_ContactEvent com_maileon_api_contactevents_ContactEventList com_maileon_api_contactevents_ContactEventType com_maileon_api_contactfilters_ContactFilter com_maileon_api_contacts_Contact com_maileon_api_contacts_Contacts com_maileon_api_contacts_CustomFields com_maileon_api_mailings_Attachment com_maileon_api_mailings_CustomProperty com_maileon_api_mailings_Mailing com_maileon_api_mailings_Schedule com_maileon_api_reports_Block com_maileon_api_reports_Bounce com_maileon_api_reports_Click com_maileon_api_reports_Conversion com_maileon_api_reports_Open com_maileon_api_reports_Recipient com_maileon_api_reports_Subscriber com_maileon_api_reports_UniqueBounce com_maileon_api_reports_UniqueConversion com_maileon_api_reports_Unsubscriber com_maileon_api_targetgroups_TargetGroup com_maileon_api_transactions_TransactionType

Public Member Functions

 fromXML ($xmlElement)
 
 fromXMLString ($xmlString)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 

Detailed Description

Abstract base class for all XML wrapper elements.

Author
Felix Heinrichs | Trusted Mails GmbH | felix.heinrichs@trusted-mails.com
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 9 of file AbstractXMLWrapper.php.

Member Function Documentation

com_maileon_api_xml_AbstractXMLWrapper::fromXML (   $xmlElement)
abstract

Initialization from a simple xml element.

Parameters
SimpleXMLElement$xmlElementthe SimpleXMLElement to initialize the object from
com_maileon_api_xml_AbstractXMLWrapper::fromXMLString (   $xmlString)

Initialization from a xml serialized string.

Parameters
string$xmlStringthe raw XML to initialize the object from

Definition at line 25 of file AbstractXMLWrapper.php.

com_maileon_api_xml_AbstractXMLWrapper::toXML ( )
abstract

Serialization to a simple XML element.

Returns
SimpleXMLElement contains the serialized representation of the object
com_maileon_api_xml_AbstractXMLWrapper::toXMLString ( )

Serialization to an XML string.

Returns
string contains the serialized representation of the object

Definition at line 46 of file AbstractXMLWrapper.php.

com_maileon_api_xml_AbstractXMLWrapper::toString ( )
abstract
Returns
string a human-readable representation of the object

The documentation for this class was generated from the following file: