![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
| __construct ($name, $dataType, $description, $required) | |
Public Attributes | |
| $name | |
| $dataType | |
| $description | |
| $required | |
A maileon attribute type
Definition at line 8 of file AttributeType.php.
| com_maileon_api_contactevents_AttributeType::__construct | ( | $name, | |
| $dataType, | |||
| $description, | |||
| $required | |||
| ) |
Creates a new AttributeType.
| string | $name | the name of the attribute |
| com_maileon_api_contactevents_DataType | $dataType | the type of the attribute's value |
| string | $description | the meaning of this attribute |
| bool | $required | set to true if this attribute is required, false if it is optional |
Definition at line 27 of file AttributeType.php.