| __construct($min=null, $max=null) | Range | |
| contains($value) | IntegerSet | |
| create($min=PrimitiveInteger::SIGNED_MIN, $max=PrimitiveInteger::SIGNED_MAX) | IntegerSet | [static] |
| divide($factor, $precision=null) | Range | |
| equals(Range $range) | Range | |
| getMax() | Range | |
| getMin() | Range | |
| intersects(Range $range) | Range | |
| isEmpty() | Range | |
| lazyCreate($min=null, $max=null) | Range | [static] |
| multiply($multiplier) | Range | |
| setMax($max=null) | Range | |
| setMin($min=null) | Range | |
| toString($from= 'от', $to= 'до') | Range | |
| Stringable::toString() | Stringable |
1.5.4