JsonExpression
extends 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.
- getJsonBindingParameter() : string
- Translate the given value into the appropriate JSON binding parameter.
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 —getJsonBindingParameter()
Translate the given value into the appropriate JSON binding parameter.
protected
getJsonBindingParameter(mixed $value) : string
Parameters
- $value : mixed