![]() |
Maileon PHP client
1.5.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($id=0, $name="", $author="", $countContacts=0, $countRules=0, $created="1970-01-01 00:00:00", $state="") | |
addRule ($rule) | |
fromXML ($xmlElement) | |
toXML () | |
toString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$author | |
$countContacts | |
$countRules | |
$created | |
$id | |
$name | |
$state | |
$rules | |
The wrapper class for a Maileon contact filter.
Definition at line 9 of file ContactFilter.php.
com_maileon_api_contactfilters_ContactFilter::__construct | ( | $id = 0 , |
|
$name = "" , |
|||
$author = "" , |
|||
$countContacts = 0 , |
|||
$countRules = 0 , |
|||
$created = "1970-01-01 00:00:00" , |
|||
$state = "" |
|||
) |
Creates a new contact filter wrapper object.
number | $id | |
string | $name | |
string | $author | |
number | $countContacts | |
number | $countRules | |
string | $created | |
string | $state |
Definition at line 33 of file ContactFilter.php.
com_maileon_api_contactfilters_ContactFilter::addRule | ( | $rule | ) |
Adds a rule to the contact filter
com_maileon_api_contactfilters_Rule | $rule |
Definition at line 56 of file ContactFilter.php.
com_maileon_api_contactfilters_ContactFilter::fromXML | ( | $xmlElement | ) |
Initializes this contact filter from an XML representation.
SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 68 of file ContactFilter.php.
com_maileon_api_contactfilters_ContactFilter::toXML | ( | ) |
Definition at line 89 of file ContactFilter.php.
com_maileon_api_contactfilters_ContactFilter::toString | ( | ) |
Definition at line 120 of file ContactFilter.php.