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
public ?\DateTimeImmutable $lower null
$upper public property
public ?\DateTimeImmutable $upper null

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( ?\DateTimeImmutable $lower null, ?\DateTimeImmutable $upper null, boolean $includeLower true, boolean $includeUpper true )
$lower ?\DateTimeImmutable
$upper ?\DateTimeImmutable
$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,
) {}