Final Class Yiisoft\Db\Pgsql\Expression\MultiRangeValue
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $ranges | array | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Property Details
Method Details
| public mixed __construct ( string|\ | ||
| $ranges | string|\ |
|
public function __construct(
string|ExpressionInterface ...$ranges,
) {
$this->ranges = $ranges;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.