0 follower

Final Class Yiisoft\Db\Pgsql\Expression\MultiRangeValue

InheritanceYiisoft\Db\Pgsql\Expression\MultiRangeValue
ImplementsYiisoft\Db\Expression\ExpressionInterface

Public Properties

Hide inherited properties

Property Type Description Defined By
$ranges array Yiisoft\Db\Pgsql\Expression\MultiRangeValue

Property Details

Hide inherited properties

$ranges public property
public array $ranges null

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string|\Yiisoft\Db\Expression\ExpressionInterface $ranges )
$ranges string|\Yiisoft\Db\Expression\ExpressionInterface

                public function __construct(
    string|ExpressionInterface ...$ranges,
) {
    $this->ranges = $ranges;
}