![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($id=null, $name=null, $active=null, $anonymizable=null, $description=null, $created=null, $updated=null, $attributes=array()) | |
fromXML ($xmlElement) | |
toString () | |
toXML () | |
toXMLString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$id | |
$name | |
$active | |
$anonymizable | |
$description | |
$created | |
$updated | |
$attributes | |
Wrapper class for Maileon contact event types.
Definition at line 8 of file ContactEventType.php.
com_maileon_api_contactevents_ContactEventType::__construct | ( | $id = null , |
|
$name = null , |
|||
$active = null , |
|||
$anonymizable = null , |
|||
$description = null , |
|||
$created = null , |
|||
$updated = null , |
|||
$attributes = array() |
|||
) |
Creates a new contact event type object.
string | $id | the ID of the contact event type |
string | $name | the name of the contact event type |
string | $active | |
string | $anonymizable | |
string | $description | |
string | $created | |
string | $updated | |
unknown | $attributes |
Definition at line 35 of file ContactEventType.php.
com_maileon_api_contactevents_ContactEventType::fromXML | ( | $xmlElement | ) |
Initializes this contact event type from an XML representation.
SimpleXMLElement | $xmlElement | the serialized XML representation to use |
Definition at line 61 of file ContactEventType.php.
com_maileon_api_contactevents_ContactEventType::toString | ( | ) |
Definition at line 88 of file ContactEventType.php.
com_maileon_api_contactevents_ContactEventType::toXML | ( | ) |
Definition at line 109 of file ContactEventType.php.
com_maileon_api_contactevents_ContactEventType::toXMLString | ( | ) |
Definition at line 141 of file ContactEventType.php.