\app\framework\Component\Database\QueryExpression

Summary

Methods
Properties
Constants
__construct()
getValue()
__toString()
No public properties found
No constants found
No protected methods found
$value
N/A
No private methods found
No private properties found
N/A

Properties

$value

$value : mixed

The value of the expression.

Type

mixed

Methods

__construct()

__construct(mixed  $value) : void

Create a new raw query expression.

Parameters

mixed $value

getValue()

getValue() : mixed

Get the value of the expression.

Returns

mixed

__toString()

__toString() : string

Get the value of the expression.

Returns

string