Expression
- Full name:
\Qubus\Expressive\Expression
Properties
value
Methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed | expression value |
value
Get the expression value as a string.
$sql = $expression->value();
__toString
Return the value of the expression as a string.
echo $expression;
Automatically generated on 2025-10-13