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