class Expression implements Expression

Methods

__construct(string|int|float $value)

Create a new raw query expression.

string|int|float
getValue(Grammar $grammar)

Get the value of the expression.

Details

at line 20
__construct(string|int|float $value)

Create a new raw query expression.

Parameters

string|int|float $value

at line 30
string|int|float getValue(Grammar $grammar)

Get the value of the expression.

Parameters

Grammar $grammar

Return Value

string|int|float