Maileon PHP client  1.5.5
Easily integrate your PHP application with Maileon.
com_maileon_api_reports_Bounce Class Reference
Inheritance diagram for com_maileon_api_reports_Bounce:
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
 
 $type
 
 $statusCode
 
 $source
 

Detailed Description

This class represents a bounce containing the timestamp, the contact, and the ID of the mailing.

Author
Jannik Jochem
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 9 of file Bounce.php.

Member Function Documentation

com_maileon_api_reports_Bounce::toString ( )
Returns
string containing a human-readable representation of this bounce

Definition at line 48 of file Bounce.php.

com_maileon_api_reports_Bounce::toCsvString ( )
Returns
csv string containing a csv pepresentation of this bounce

Definition at line 62 of file Bounce.php.

com_maileon_api_reports_Bounce::fromXML (   $xmlElement)

Initializes this bounce from an XML representation.

Parameters
SimpleXMLElement$xmlElementthe XML representation to use

Definition at line 78 of file Bounce.php.

com_maileon_api_reports_Bounce::toXML ( )

For future use, not implemented yet.

Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 96 of file Bounce.php.


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