Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_contactevents_ContactEventList Class Reference
Inheritance diagram for com_maileon_api_contactevents_ContactEventList:
com_maileon_api_xml_AbstractXMLWrapper

Public Member Functions

 __construct ()
 
 addEvent ($event)
 
 fromXML ($xmlElement)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 
- Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper
 fromXML ($xmlElement)
 
 fromXMLString ($xmlString)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 

Public Attributes

 $token
 
 $events
 

Detailed Description

The wrapper class for a Maileon contact event list.

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

Definition at line 8 of file ContactEventList.php.

Constructor & Destructor Documentation

com_maileon_api_contactevents_ContactEventList::__construct ( )

Creates a new ContactEventList.

Definition at line 16 of file ContactEventList.php.

Member Function Documentation

com_maileon_api_contactevents_ContactEventList::addEvent (   $event)

Adds an event to the list.

Parameters
com_maileon_api_contactevents_ContactEvent$eventthe event to add

Definition at line 27 of file ContactEventList.php.

com_maileon_api_contactevents_ContactEventList::fromXML (   $xmlElement)

For future use, not yet implemented.

Parameters
SimpleXMLElement$xmlElement

Definition at line 37 of file ContactEventList.php.

com_maileon_api_contactevents_ContactEventList::toXML ( )
Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 45 of file ContactEventList.php.

com_maileon_api_contactevents_ContactEventList::toXMLString ( )
Returns
string containing the XML serialization of this object

Definition at line 66 of file ContactEventList.php.

com_maileon_api_contactevents_ContactEventList::toString ( )
Returns
string a human-readable representation of this ContactEventList that shows all contained ContactEvents.

Definition at line 76 of file ContactEventList.php.


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