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