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