![]() |
Maileon PHP client
1.5.0
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($contact=null) | |
fromXML ($xmlElement) | |
![]() | |
__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 () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$fieldBackups = array() | |
![]() | |
$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.