value = $value; } public function getValue(): string { return $this->value; } function getExpression(SQL $sql, array &$params): string { return $this->value; } }