class Illuminate / Database / Query / Expression

Expression

Implements

Properties

protected

$value string|int|float

The value of the expression.

Default: null

Methods

public

__construct ( $value ) : void

Create a new raw query expression.

Parameters

  • $value string|int|float
public

getValue ( Grammar $grammar ) : string|int|float

Get the value of the expression.

Parameters