AQLType uses ConstantsTrait
FinalYes
The enumeration of all types accepted in the "init" list of the controllers.
Table of Contents
Constants
- ARRAY : string = 'array'
- BOOL : string = 'bool'
- DATE : string = 'date'
- DOCUMENT : string = 'document'
- EDGE : string = 'edge'
- FLOAT : string = 'float'
- FLOAT_WITH_RANGE : string = 'floatWithRange'
- I18N : string = 'i18n'
- INT : string = 'int'
- INT_WITH_RANGE : string = 'intWithRange'
- JOIN : string = 'join'
- JOINS : string = 'joins'
- MODEL : string = 'model'
- NULL : string = 'null'
- OBJECT : string = 'object'
- PATH : string = 'path'
- PAYLOAD : string = 'payload'
- STRING : string = 'string'
Constants
ARRAY
public
string
ARRAY
= 'array'
BOOL
public
string
BOOL
= 'bool'
DATE
public
string
DATE
= 'date'
DOCUMENT
public
string
DOCUMENT
= 'document'
EDGE
public
string
EDGE
= 'edge'
FLOAT
public
string
FLOAT
= 'float'
FLOAT_WITH_RANGE
public
string
FLOAT_WITH_RANGE
= 'floatWithRange'
I18N
public
string
I18N
= 'i18n'
INT
public
string
INT
= 'int'
INT_WITH_RANGE
public
string
INT_WITH_RANGE
= 'intWithRange'
JOIN
public
string
JOIN
= 'join'
JOINS
public
string
JOINS
= 'joins'
MODEL
public
string
MODEL
= 'model'
NULL
public
string
NULL
= 'null'
OBJECT
public
string
OBJECT
= 'object'
PATH
public
string
PATH
= 'path'
PAYLOAD
public
string
PAYLOAD
= 'payload'
STRING
public
string
STRING
= 'string'