Oihana PHP Arango

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

DOCUMENT

public string DOCUMENT = 'document'

FLOAT_WITH_RANGE

public string FLOAT_WITH_RANGE = 'floatWithRange'

INT_WITH_RANGE

public string INT_WITH_RANGE = 'intWithRange'

OBJECT

public string OBJECT = 'object'

PAYLOAD

public string PAYLOAD = 'payload'

STRING

public string STRING = 'string'
On this page

Search results