$max | BaseRange | [protected] |
$min | BaseRange | [protected] |
__construct($min=null, $max=null) | BaseRange | |
divide($factor, $precision=null) | BaseRange | |
equals(BaseRange $range) | BaseRange | |
getMax() | BaseRange | |
getMin() | BaseRange | |
intersects(BaseRange $range) | BaseRange | |
isEmpty() | BaseRange | |
lazyCreate($min=null, $max=null) | BaseRange | [static] |
multiply($multiplier) | BaseRange | |
setMax($max=null) | BaseRange | |
setMin($min=null) | BaseRange | |
swap(&$a, &$b) | BaseRange | [static] |
toString($from= 'от', $to= 'до') | BaseRange | |
Stringable::toString() | Stringable |