![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
toString () | |
fromXML ($xmlElement) | |
toXML () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$id | |
$name | |
$entries | |
The wrapper class for a blacklist.
Definition at line 6 of file Blacklist.php.
com_maileon_api_blacklists_Blacklist::toString | ( | ) |
Definition at line 30 of file Blacklist.php.
com_maileon_api_blacklists_Blacklist::fromXML | ( | $xmlElement | ) |
Initializes this blacklist type from an XML representation.
SimpleXMLElement | $xmlElement | the serialized XML representation to use |
Definition at line 41 of file Blacklist.php.