0 follower

Final Class Yiisoft\Db\Pgsql\Expression\TsTzRangeValue

InheritanceYiisoft\Db\Pgsql\Expression\TsTzRangeValue
ImplementsYiisoft\Db\Expression\ExpressionInterface

Property Details

Hide inherited properties

$includeLower public property
public boolean $includeLower true
$includeUpper public property
public boolean $includeUpper true
$lower public property
$upper public property

Method Details

Hide inherited methods

__construct() public method

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,
) {}