Skip to content

Expression

  • Full name: \Qubus\Expressive\Expression

Properties

value

protected mixed $value

Methods

__construct

public __construct(mixed $value): mixed

Parameters:

Parameter Type Description
$value mixed expression value

value

Get the expression value as a string.

public value(): string

$sql = $expression->value();


__toString

Return the value of the expression as a string.

public __toString(): string

echo $expression;



Automatically generated on 2025-10-13