MongoLexeme
in package
Table of Contents
- EXPRESSION = 'expression'
- FIELD = 'field'
- VALUE = 'value'
- $type : string
- $value : mixed
- __construct() : mixed
Constants
EXPRESSION
public
mixed
EXPRESSION
= 'expression'
FIELD
public
mixed
FIELD
= 'field'
VALUE
public
mixed
VALUE
= 'value'
Properties
$type
public
string
$type
$value
public
mixed
$value
Methods
__construct()
public
__construct(string $type, mixed $value) : mixed
Parameters
- $type : string
- $value : mixed