![]() |
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 | |
| $source | |
This class represents an unsubscription containing the timestamp, the contact, the ID of the mailing the unsubscription came from, and the source.
Definition at line 9 of file Unsubscriber.php.
| com_maileon_api_reports_Unsubscriber::toString | ( | ) |
Definition at line 35 of file Unsubscriber.php.
| com_maileon_api_reports_Unsubscriber::toCsvString | ( | ) |
Definition at line 47 of file Unsubscriber.php.
| com_maileon_api_reports_Unsubscriber::fromXML | ( | $xmlElement | ) |
Initializes this unsubscription from an XML representation.
| SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 61 of file Unsubscriber.php.
| com_maileon_api_reports_Unsubscriber::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 77 of file Unsubscriber.php.