Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_reports_ReportContact Class Reference
Inheritance diagram for com_maileon_api_reports_ReportContact:
com_maileon_api_contacts_Contact com_maileon_api_xml_AbstractXMLWrapper

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
 
 $email
 
 $permission
 
 $external_id
 
 $anonymous
 
 $created
 
 $updated
 
 $standard_fields
 
 $custom_fields
 

Detailed Description

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).

Author
Viktor Balogh (Wiera)
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 9 of file ReportContact.php.

Constructor & Destructor Documentation

com_maileon_api_reports_ReportContact::__construct (   $contact = null)

Constructor for initializing a Report Contact from a given contact

Parameters
com_maileon_api_contacts_Contact$ctontact

Definition at line 24 of file ReportContact.php.

Member Function Documentation

com_maileon_api_reports_ReportContact::fromXML (   $xmlElement)

Initialization of the report contact from a simple xml element.

Parameters
SimpleXMLElement$xmlElementThe xml element that is used to parse the contact list from.

Definition at line 44 of file ReportContact.php.


The documentation for this class was generated from the following file: