class Expression (View source)

Methods

void
__construct( mixed $value)

Create a new raw query expression.

mixed
getValue()

Get the value of the expression.

string
__toString()

Get the value of the expression.

Details

at line line 20
void __construct( mixed $value)

Create a new raw query expression.

Parameters

mixed $value

Return Value

void

at line line 30
mixed getValue()

Get the value of the expression.

Return Value

mixed

at line line 40
string __toString()

Get the value of the expression.

Return Value

string