![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
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 | |
The wrapper class for a Maileon contact event list.
Definition at line 8 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::__construct | ( | ) |
Creates a new ContactEventList.
Definition at line 16 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::addEvent | ( | $event | ) |
Adds an event to the list.
| com_maileon_api_contactevents_ContactEvent | $event | the event to add |
Definition at line 27 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::fromXML | ( | $xmlElement | ) |
For future use, not yet implemented.
| SimpleXMLElement | $xmlElement |
Definition at line 37 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::toXML | ( | ) |
Definition at line 45 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::toXMLString | ( | ) |
Definition at line 66 of file ContactEventList.php.
| com_maileon_api_contactevents_ContactEventList::toString | ( | ) |
Definition at line 76 of file ContactEventList.php.