Maileon PHP client  1.2.5
Easily integrate your PHP application with Maileon.
com_maileon_api_transactions_AttributeType Class Reference

Public Member Functions

 __construct ($id, $name, $type, $required)
 

Public Attributes

 $id
 
 $name
 
 $type
 
 $required
 

Detailed Description

A maileon attribute type

Author
Marcus Ständer | Trusted Technologies GmbH | marcus.staender@trusted-technologies.de

Definition at line 8 of file AttributeType.php.

Constructor & Destructor Documentation

com_maileon_api_transactions_AttributeType::__construct (   $id,
  $name,
  $type,
  $required 
)

Creates a new AttributeType.

Parameters
integer$idthe id of the attribute
string$namethe name of the attribute
com_maileon_api_transactions_DataType$typethe type of the attribute's value
bool$requiredset to true if this attribute is required, false if it is optional

Definition at line 43 of file AttributeType.php.


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