EPropertyType extends Enum implements IPropertyType
Property value type definitions.
Used to specify a data type for IProperty instances
Table of Contents
$enum | array | |
---|---|---|
$value | string |
Properties
$enum
protected
array
$enum
= [self::TMONEY, self::TDATE, self::TSET, self::TENUM, self::TRTENUM, self::TSTRING, self::TFLOAT, self::TINTEGER, self::TBOOLEAN, self::TARRAY, self::TMODEL, self::TOBJECT]
$value
protected
string
$value
= self::TSTRING