toExpression()
toExpression(mixed $value) : \Cake\Database\ExpressionInterface
Returns an ExpressionInterface object for the given value that can be used in queries.
Parameters
mixed | $value | The value to be converted to an expression |