![]() |
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 () | |
Public Attributes | |
$contactId | |
$contactEmail | |
$contactExternalId | |
$revenue | |
$countTotal | |
This class represents a unique conversion
Definition at line 8 of file UniqueConversion.php.
com_maileon_api_reports_UniqueConversion::toString | ( | ) |
Definition at line 39 of file UniqueConversion.php.
com_maileon_api_reports_UniqueConversion::fromXML | ( | $xmlElement | ) |
Initializes this conversion from an XML representation.
SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 55 of file UniqueConversion.php.
com_maileon_api_reports_UniqueConversion::toCsvString | ( | ) |
Definition at line 67 of file UniqueConversion.php.
com_maileon_api_reports_UniqueConversion::toXML | ( | ) |
For future use, not implemented yet.
Definition at line 81 of file UniqueConversion.php.