Range
class Range extends Message
Properties
float | $min | ||
float | $max |
Methods
static
descriptor()
No description
boolean
hasMin()
Check if
float
getMin()
Get
boolean
hasMax()
Check if
float
getMax()
Get
Details
at line line 20
static
descriptor()
at line line 52
boolean
hasMin()
Check if
at line line 61
Range
clearMin()
Clear
at line line 70
float
getMin()
Get
at line line 80
Range
setMin(float $value)
Set
at line line 89
boolean
hasMax()
Check if
at line line 98
Range
clearMax()
Clear
at line line 107
float
getMax()
Get
at line line 117
Range
setMax(float $value)
Set