![]() |
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 subscriber containing the timestamp, the contact, and the ID of the mailing the subscriber was opted-in by.
Definition at line 9 of file Subscriber.php.
| com_maileon_api_reports_Subscriber::toString | ( | ) |
Definition at line 30 of file Subscriber.php.
| com_maileon_api_reports_Subscriber::toCsvString | ( | ) |
Definition at line 41 of file Subscriber.php.
| com_maileon_api_reports_Subscriber::fromXML | ( | $xmlElement | ) |
Initializes this subscriber from an XML representation.
| SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 54 of file Subscriber.php.
| com_maileon_api_reports_Subscriber::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 69 of file Subscriber.php.