![]() |
Maileon PHP client
1.5.0
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
toString () | |
fromXML ($xmlElement) | |
toCsvString () | |
toXML () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
This class represents a conversion
Definition at line 8 of file Conversion.php.
com_maileon_api_reports_Conversion::toString | ( | ) |
Definition at line 94 of file Conversion.php.
com_maileon_api_reports_Conversion::fromXML | ( | $xmlElement | ) |
Initializes this conversion from an XML representation.
SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 121 of file Conversion.php.
com_maileon_api_reports_Conversion::toCsvString | ( | ) |
Definition at line 145 of file Conversion.php.
com_maileon_api_reports_Conversion::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 171 of file Conversion.php.