![]() |
Maileon PHP client
1.3.2
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
| __construct ($value) | |
| getValue () | |
Static Public Member Functions | |
| static | init () |
| static | getDataType ($value) |
Public Attributes | |
| $value | |
Static Public Attributes | |
| static | $STRING |
| static | $DOUBLE |
| static | $FLOAT |
| static | $INTEGER |
| static | $BOOLEAN |
| static | $TIMESTAMP |
A type descriptor class for attribute definitions.
The supported data types are string, double, float, integer, boolean and timestamp.
Definition at line 10 of file DataType.php.
| com_maileon_api_contactevents_DataType::__construct | ( | $value | ) |
Creates a new DataType object.
| string | $value | a string describing the data type. Valid values are "string", "double", "float", "integer", "boolean" and "timestamp". |
Definition at line 50 of file DataType.php.
| com_maileon_api_contactevents_DataType::getValue | ( | ) |
Definition at line 60 of file DataType.php.
|
static |
Get the permission object by type descriptor.
| string | $value | a type descriptor string. Can be "string", "double", "float", "integer", "boolean" or "timestamp". |
Definition at line 74 of file DataType.php.
| string com_maileon_api_contactevents_DataType::$value |
A string that describes the datatype. Valid values are "string", "double", "float", "integer", "boolean" and "timestamp".
Definition at line 28 of file DataType.php.