![]() |
Maileon PHP client
1.5.5
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 | $DATE |
static | $TIMESTAMP |
static | $JSON |
A type descriptor class for attribute definitions.
The supported data types are string, double, float, integer, boolean, timestamp and json.
Definition at line 11 of file DataType.php.
com_maileon_api_transactions_DataType::__construct | ( | $value | ) |
Creates a new DataType object.
string | $value | a string describing the data type. Valid values are "string", "double", "float", "integer", "boolean", "timestamp" and "json". |
Definition at line 55 of file DataType.php.
com_maileon_api_transactions_DataType::getValue | ( | ) |
Definition at line 65 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", "timestamp" or "json". |
Definition at line 79 of file DataType.php.
string com_maileon_api_transactions_DataType::$value |
A string that describes the datatype. Valid values are "string", "double", "float", "integer", "boolean", "timestamp" and "json".
Definition at line 31 of file DataType.php.