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

Public Member Functions

 toString ()
 
 fromXML ($xmlElement)
 
 toCsvString ()
 
 toXML ()
 
- Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper
 fromXML ($xmlElement)
 
 fromXMLString ($xmlString)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 

Public Attributes

 $timestamp
 
 $contact
 
 $mailingId
 
 $linkId
 
 $linkUrl
 
 $linkTags
 

Detailed Description

This class represents a click 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 Click.php.

Member Function Documentation

com_maileon_api_reports_Click::toString ( )
Returns
string containing a human-readable representation of this click

Definition at line 45 of file Click.php.

com_maileon_api_reports_Click::fromXML (   $xmlElement)

Initializes this click from an XML representation.

Parameters
SimpleXMLElement$xmlElementthe XML representation to use

Definition at line 71 of file Click.php.

com_maileon_api_reports_Click::toCsvString ( )
Returns
csv string containing a csv pepresentation of this click

Definition at line 93 of file Click.php.

com_maileon_api_reports_Click::toXML ( )

For future use, not implemented yet.

Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 108 of file Click.php.


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