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

Public Member Functions

 __construct ($id, $name, $type, $required, $description="")
 

Public Attributes

 $id
 
 $name
 
 $description
 
 $type
 
 $required
 

Detailed Description

A maileon attribute type

Author
Marcus Beckerle | XQueue GmbH | marcus.beckerle@xqueue.com

Definition at line 8 of file AttributeType.php.

Constructor & Destructor Documentation

com_maileon_api_transactions_AttributeType::__construct (   $id,
  $name,
  $type,
  $required,
  $description = "" 
)

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
string$descriptionthe description of the attribute

Definition at line 50 of file AttributeType.php.


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