Final Class Yiisoft\Db\Pgsql\Expression\NumRangeValue
| Inheritance | Yiisoft\Db\Pgsql\Expression\NumRangeValue |
|---|---|
| Implements | Yiisoft\Db\Expression\ExpressionInterface |
Public Properties
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Db\Pgsql\Expression\NumRangeValue |
Property Details
Method Details
| public mixed __construct ( integer|float|null $lower = null, integer|float|null $upper = null, boolean $includeLower = true, boolean $includeUpper = true ) | ||
| $lower | integer|float|null | |
| $upper | integer|float|null | |
| $includeLower | boolean | |
| $includeUpper | boolean | |
public function __construct(
public readonly int|float|null $lower = null,
public readonly int|float|null $upper = null,
public readonly bool $includeLower = true,
public readonly bool $includeUpper = true,
) {}
Signup or Login in order to comment.