ExpressionTypeInterface
in
An interface used by Type objects to signal whether the value should be converted to an ExpressionInterface instead of a string when sent to the database.
Table of Contents
Methods
- toExpression() : ExpressionInterface
- Returns an ExpressionInterface object for the given value that can be used in queries.
Methods
toExpression()
Returns an ExpressionInterface object for the given value that can be used in queries.
public
toExpression(mixed $value) : ExpressionInterface
Parameters
- $value : mixed
-
The value to be converted to an expression