class Illuminate / Database / Query / Expression
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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