0 follower

Final Class Yiisoft\Db\Pgsql\Expression\NumRangeValue

InheritanceYiisoft\Db\Pgsql\Expression\NumRangeValue
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 integer|float|null $lower null
$upper public property
public integer|float|null $upper null

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( integer|float|null $lower null, integer|float|null $upper null, boolean $includeLower true, boolean $includeUpper true )
$lower integer|float|null
$upper integer|float|null
$includeLower boolean
$includeUpper boolean

                public function __construct(
    public readonly int|float|null $lower = null,
    public readonly int|float|null $upper = null,
    public readonly bool $includeLower = true,
    public readonly bool $includeUpper = true,
) {}