class Expression implements Expression (View source)

Properties

protected string|int|float $value

The value of the expression.

Methods

void
__construct(string|int|float $value)

Create a new raw query expression.

string|int|float
getValue(Grammar $grammar)

Get the value of the expression.

Details

void __construct(string|int|float $value)

Create a new raw query expression.

Parameters

string|int|float $value

Return Value

void

string|int|float getValue(Grammar $grammar)

Get the value of the expression.

Parameters

Grammar $grammar

Return Value

string|int|float