![]() |
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 | |
| $type | |
| $statusCode | |
| $source | |
This class represents a bounce containing the timestamp, the contact, and the ID of the mailing.
Definition at line 9 of file Bounce.php.
| com_maileon_api_reports_Bounce::toString | ( | ) |
Definition at line 48 of file Bounce.php.
| com_maileon_api_reports_Bounce::toCsvString | ( | ) |
Definition at line 62 of file Bounce.php.
| com_maileon_api_reports_Bounce::fromXML | ( | $xmlElement | ) |
Initializes this bounce from an XML representation.
| SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 78 of file Bounce.php.
| com_maileon_api_reports_Bounce::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 96 of file Bounce.php.