class Illuminate / Database / Query / Expression
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Expression

Properties

protected

$value mixed

The value of the expression.

Default: null

Methods

public

__construct ( $value ) : void

Create a new raw query expression.

Parameters

  • $value mixed
public

getValue ( ) : mixed

Get the value of the expression.

public

__toString ( ) : string

Get the value of the expression.