![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
| toString () | |
| toCsvString () | |
| fromXML ($xmlElement) | |
| toXML () | |
Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper | |
| fromXML ($xmlElement) | |
| fromXMLString ($xmlString) | |
| toXML () | |
| toXMLString () | |
| toString () | |
Public Attributes | |
| $timestamp | |
| $contact | |
| $mailingId | |
This class represents a recipient containing the timestamp, the contact, and the ID of the mailing.
Definition at line 8 of file Recipient.php.
| com_maileon_api_reports_Recipient::toString | ( | ) |
Definition at line 29 of file Recipient.php.
| com_maileon_api_reports_Recipient::toCsvString | ( | ) |
Definition at line 40 of file Recipient.php.
| com_maileon_api_reports_Recipient::fromXML | ( | $xmlElement | ) |
Initializes this recipient from an XML representation.
| SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 53 of file Recipient.php.
| com_maileon_api_reports_Recipient::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 68 of file Recipient.php.