Final Class Yiisoft\Db\Pgsql\Expression\Int4RangeValue
| Inheritance | Yiisoft\Db\Pgsql\Expression\Int4RangeValue |
|---|---|
| Implements | Yiisoft\Db\Expression\ExpressionInterface |
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $includeLower | boolean | Yiisoft\Db\Pgsql\Expression\Int4RangeValue | |
| $includeUpper | boolean | Yiisoft\Db\Pgsql\Expression\Int4RangeValue | |
| $lower | ?int | Yiisoft\Db\Pgsql\Expression\Int4RangeValue | |
| $upper | ?int | Yiisoft\Db\Pgsql\Expression\Int4RangeValue |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Db\Pgsql\Expression\Int4RangeValue |
Property Details
Method Details
| public mixed __construct ( ?int $lower = null, ?int $upper = null, boolean $includeLower = true, boolean $includeUpper = true ) | ||
| $lower | ?int | |
| $upper | ?int | |
| $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.