class Expression implements Expression (View source)
| protected string|int|float | $value | The value of the expression. |
| void | __construct(string|int|float $value)
Create a new raw query expression. | |
| string|int|float | getValue(Grammar $grammar)
Get the value of the expression. |
Create a new raw query expression.
Get the value of the expression.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Database/Query/Expression.html