Maileon PHP client  1.2.5
Easily integrate your PHP application with Maileon.
com_maileon_api_reports_UniqueBounce Class Reference
Inheritance diagram for com_maileon_api_reports_UniqueBounce:
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
 
 $lastType
 
 $count
 
 $countHard
 
 $countSoft
 

Detailed Description

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

Author
Marcus Ständer

Definition at line 8 of file UniqueBounce.php.

Member Function Documentation

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

Definition at line 50 of file UniqueBounce.php.

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

Definition at line 65 of file UniqueBounce.php.

com_maileon_api_reports_UniqueBounce::fromXML (   $xmlElement)

Initializes this unique bounce from an XML representation.

Parameters
SimpleXMLElement$xmlElementthe XML representation to use

Definition at line 82 of file UniqueBounce.php.

com_maileon_api_reports_UniqueBounce::toXML ( )

For future use, not implemented yet.

Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 101 of file UniqueBounce.php.


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