Documentation

Expression
in package

Table of Contents

$value  : mixed
The value of the expression.
__construct()  : void
Create a new raw query expression.
__toString()  : string
Get the value of the expression.
getValue()  : mixed
Get the value of the expression.

Properties

$value

The value of the expression.

protected mixed $value

Methods

__construct()

Create a new raw query expression.

public __construct(mixed $value) : void
Parameters
$value : mixed
Return values
void

__toString()

Get the value of the expression.

public __toString() : string
Return values
string

getValue()

Get the value of the expression.

public getValue() : mixed
Return values
mixed

Search results