AirLay backend

FilterLexeme
in package

Table of Contents

BOOLEAN  = "boolean"
BOOLEAN_OPERATOR  = "boolean operator"
BRACE  = "brace"
BRACKET  = "bracket"
BREAK  = "break"
COMPARISON_OPERATOR  = "comparison operator"
ELSE  = "else"
FIELD  = "field"
FUNCTION_DATE  = "function date"
IF  = "if"
NULL  = "null"
NUMBER  = "number"
STRING  = "string"
$type  : string
$value  : string
__construct()  : mixed

Constants

BOOLEAN_OPERATOR

public mixed BOOLEAN_OPERATOR = "boolean operator"

COMPARISON_OPERATOR

public mixed COMPARISON_OPERATOR = "comparison operator"

FUNCTION_DATE

public mixed FUNCTION_DATE = "function date"

Properties

Methods

__construct()

public __construct(string $type, string $value) : mixed
Parameters
$type : string
$value : string
Return values
mixed

Search results