Maileon PHP client  1.5.5
Easily integrate your PHP application with Maileon.
com_maileon_api_reports_Unsubscriber Class Reference
Inheritance diagram for com_maileon_api_reports_Unsubscriber:
com_maileon_api_xml_AbstractXMLWrapper

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
 

Detailed Description

This class represents an unsubscription containing the timestamp, the contact, the ID of the mailing the unsubscription came from, and the source.

Author
Viktor Balogh (Wiera)
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 9 of file Unsubscriber.php.

Member Function Documentation

com_maileon_api_reports_Unsubscriber::toString ( )
Returns
string containing a human-readable representation of this unsubscription

Definition at line 35 of file Unsubscriber.php.

com_maileon_api_reports_Unsubscriber::toCsvString ( )
Returns
csv string containing a csv pepresentation of this unsubscriber

Definition at line 47 of file Unsubscriber.php.

com_maileon_api_reports_Unsubscriber::fromXML (   $xmlElement)

Initializes this unsubscription from an XML representation.

Parameters
SimpleXMLElement$xmlElementthe XML representation to use

Definition at line 61 of file Unsubscriber.php.

com_maileon_api_reports_Unsubscriber::toXML ( )

For future use, not implemented yet.

Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 77 of file Unsubscriber.php.


The documentation for this class was generated from the following file: