![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
| __construct () | |
| setProperty ($key, $value) | |
| fromXML ($xmlElement) | |
| toXML () | |
| toXMLString () | |
| toString () | |
Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper | |
| fromXML ($xmlElement) | |
| fromXMLString ($xmlString) | |
| toXML () | |
| toXMLString () | |
| toString () | |
Public Attributes | |
| $external_id | |
| $properties | |
The wrapper class for a Maileon contact event.
Definition at line 8 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::__construct | ( | ) |
Constructor initializing default values.
Definition at line 17 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::setProperty | ( | $key, | |
| $value | |||
| ) |
Sets a string, int, float or double value or creates it if it does not exist yes. true will be translated to 1 and false to 0.
| string | $key | the name of the attribute to set |
| string | $value | the new attribute value |
Definition at line 32 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::fromXML | ( | $xmlElement | ) |
For future use, not yet implemented.
| SimpleXMLElement | $xmlElement |
Definition at line 44 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::toXML | ( | ) |
Definition at line 52 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::toXMLString | ( | ) |
Definition at line 82 of file ContactEvent.php.
| com_maileon_api_contactevents_ContactEvent::toString | ( | ) |
Definition at line 92 of file ContactEvent.php.