![]() |
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 | |
| $lastType | |
| $count | |
| $countHard | |
| $countSoft | |
This class represents a unique bounce containing the timestamp, the contact, and the ID of the mailing.
Definition at line 8 of file UniqueBounce.php.
| com_maileon_api_reports_UniqueBounce::toString | ( | ) |
Definition at line 50 of file UniqueBounce.php.
| com_maileon_api_reports_UniqueBounce::toCsvString | ( | ) |
Definition at line 65 of file UniqueBounce.php.
| com_maileon_api_reports_UniqueBounce::fromXML | ( | $xmlElement | ) |
Initializes this unique bounce from an XML representation.
| SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 82 of file UniqueBounce.php.
| com_maileon_api_reports_UniqueBounce::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 101 of file UniqueBounce.php.