![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct () | |
addEvent ($event) | |
fromXML ($xmlElement) | |
toXML () | |
toXMLString () | |
toString () | |
![]() | |
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.