![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($id=0, $name="", $author="", $state="", $type="", $contactFilterName="", $contactFilterId=0, $evaluated="1970-01-01 00:00:00", $created="1970-01-01 00:00:00", $updated="1970-01-01 00:00:00", $countActiveContacts=0, $countContacts=0) | |
fromXML ($xmlElement) | |
toXML () | |
toXMLString () | |
toString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$id | |
$name | |
$author | |
$state | |
$type | |
$contactFilterName | |
$contactFilterId | |
$evaluated | |
$created | |
$updated | |
$countActiveContacts | |
$countContacts | |
The wrapper class for a Maileon target group.
Definition at line 6 of file TargetGroup.php.
com_maileon_api_targetgroups_TargetGroup::__construct | ( | $id = 0 , |
|
$name = "" , |
|||
$author = "" , |
|||
$state = "" , |
|||
$type = "" , |
|||
$contactFilterName = "" , |
|||
$contactFilterId = 0 , |
|||
$evaluated = "1970-01-01 00:00:00" , |
|||
$created = "1970-01-01 00:00:00" , |
|||
$updated = "1970-01-01 00:00:00" , |
|||
$countActiveContacts = 0 , |
|||
$countContacts = 0 |
|||
) |
Creates a new target group wrapper object.
number | $id | |
string | $name | |
string | $author | |
string | $state | |
string | $type | |
string | $contactFilterName | |
number | $contactFilterId | |
string | $evaluated | |
string | $created | |
string | $updated | |
number | $countActiveContacts | |
number | $countContacts |
Definition at line 38 of file TargetGroup.php.
com_maileon_api_targetgroups_TargetGroup::fromXML | ( | $xmlElement | ) |
Initializes this target group from an XML representation.
SimpleXMLElement | $xmlElement | the XML representation to use |
Definition at line 72 of file TargetGroup.php.
com_maileon_api_targetgroups_TargetGroup::toXML | ( | ) |
Definition at line 94 of file TargetGroup.php.
com_maileon_api_targetgroups_TargetGroup::toXMLString | ( | ) |
Serialization to a simple XML element as string
Definition at line 120 of file TargetGroup.php.
com_maileon_api_targetgroups_TargetGroup::toString | ( | ) |
Definition at line 130 of file TargetGroup.php.