Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_contactevents_AttributeType Class Reference

Public Member Functions

 __construct ($name, $dataType, $description, $required)
 

Public Attributes

 $name
 
 $dataType
 
 $description
 
 $required
 

Detailed Description

A maileon attribute type

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

Definition at line 8 of file AttributeType.php.

Constructor & Destructor Documentation

com_maileon_api_contactevents_AttributeType::__construct (   $name,
  $dataType,
  $description,
  $required 
)

Creates a new AttributeType.

Parameters
string$namethe name of the attribute
com_maileon_api_contactevents_DataType$dataTypethe type of the attribute's value
string$descriptionthe meaning of this attribute
bool$requiredset to true if this attribute is required, false if it is optional

Definition at line 27 of file AttributeType.php.


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