Final Class Yiisoft\Db\Pgsql\Expression\MultiRangeValue
| Inheritance | Yiisoft\Db\Pgsql\Expression\MultiRangeValue |
|---|---|
| Implements | Yiisoft\Db\Expression\ExpressionInterface |
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $ranges | array | Yiisoft\Db\Pgsql\Expression\MultiRangeValue |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Db\Pgsql\Expression\MultiRangeValue |
Property Details
Method Details
| public mixed __construct ( string|\Yiisoft\Db\Expression\ExpressionInterface $ranges ) | ||
| $ranges | string|\Yiisoft\Db\Expression\ExpressionInterface | |
public function __construct(
string|ExpressionInterface ...$ranges,
) {
$this->ranges = $ranges;
}
Signup or Login in order to comment.