Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_contactevents_ContactEventType Class Reference
Inheritance diagram for com_maileon_api_contactevents_ContactEventType:
com_maileon_api_xml_AbstractXMLWrapper

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 ()
 
- Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper
 fromXML ($xmlElement)
 
 fromXMLString ($xmlString)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 

Public Attributes

 $id
 
 $name
 
 $active
 
 $anonymizable
 
 $description
 
 $created
 
 $updated
 
 $attributes
 

Detailed Description

Wrapper class for Maileon contact event types.

Author
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 8 of file ContactEventType.php.

Constructor & Destructor Documentation

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.

Parameters
string$idthe ID of the contact event type
string$namethe 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.

Member Function Documentation

com_maileon_api_contactevents_ContactEventType::fromXML (   $xmlElement)

Initializes this contact event type from an XML representation.

Parameters
SimpleXMLElement$xmlElementthe serialized XML representation to use

Definition at line 61 of file ContactEventType.php.

com_maileon_api_contactevents_ContactEventType::toString ( )
Returns
string a human-readable representation of this object

Definition at line 88 of file ContactEventType.php.

com_maileon_api_contactevents_ContactEventType::toXML ( )
Returns
SimpleXMLElement containing the XML serialization of this object

Definition at line 109 of file ContactEventType.php.

com_maileon_api_contactevents_ContactEventType::toXMLString ( )
Returns
string containing the XML serialization of this object

Definition at line 141 of file ContactEventType.php.


The documentation for this class was generated from the following file: