Fields
Table of Contents
Namespaces
Interfaces
- IReadable
- Interface for Entity Fields to be filtered by Query.
- IStorable
- Interface for Entity Fields to be stored by DataManager.
- ITypeHintable
Classes
- ArrayField
- Scalar entity field class for non-array and non-object data types
- BooleanField
- Entity field class for boolean data type
- CryptoField
- Entity field class for text data type
- DateField
- Entity field class for date data type
- DatetimeField
- Entity field class for datetime data type
- DecimalField
- Entity field class for decimal data type
- EnumField
- Entity field class for enum data type
- ExpressionField
- Expr field is to describe dynamic fields by expression, e.g. we have PRICE_USD field and need to count price in EUR then we define expression field PRICE_EUR with expression = array('%s * 1.25', 'PRICE_USD')
- Field
- Base entity field class
- FieldError
- FieldTypeMask
- FloatField
- Entity field class for enum data type
- IntegerField
- Entity field class for integer data type
- ObjectField
- Entity field class for object data type
- ScalarField
- Scalar entity field class for non-array and non-object data types
- SecretField
- Entity field class for text data type
- StringField
- Entity field class for string data type
- TextField
- Entity field class for text data type
- UserTypeField
- UserType proxy fields. Works like expressions and allows to be set.
- UserTypeUtsMultipleField
- Entity field class for text data type