![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
| __construct ($contact=null) | |
| fromXML ($xmlElement) | |
Public Member Functions inherited from com_maileon_api_contacts_Contact | |
| __construct ($id=null, $email=null, $permission=NULL, $external_id=-1, $anonymous=false, $standard_fields=array(), $custom_fields=array(), $created=null, $updated=null) | |
| fromXML ($xmlElement) | |
| toXML ($addXMLDeclaration=true) | |
| toXMLString () | |
| toString () | |
| toCsvString () | |
Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper | |
| fromXML ($xmlElement) | |
| fromXMLString ($xmlString) | |
| toXML () | |
| toXMLString () | |
| toString () | |
Public Attributes | |
| $fieldBackups = array() | |
Public Attributes inherited from com_maileon_api_contacts_Contact | |
| $id | |
| $permission | |
| $external_id | |
| $anonymous | |
| $created | |
| $updated | |
| $standard_fields | |
| $custom_fields | |
This class represents a contact in the reporting. Such a contact not only contains the contact properties but also the field backups (at sending time).
Definition at line 9 of file ReportContact.php.
| com_maileon_api_reports_ReportContact::__construct | ( | $contact = null | ) |
Constructor for initializing a Report Contact from a given contact
| com_maileon_api_contacts_Contact | $ctontact |
Definition at line 24 of file ReportContact.php.
| com_maileon_api_reports_ReportContact::fromXML | ( | $xmlElement | ) |
Initialization of the report contact from a simple xml element.
| SimpleXMLElement | $xmlElement | The xml element that is used to parse the contact list from. |
Definition at line 44 of file ReportContact.php.