Public Member Functions | |
__construct ($min=null, $max=null) | |
setMin ($min=null) | |
setMax ($max=null) | |
Static Public Member Functions | |
static | create ($min=null, $max=null) |
Definition at line 12 of file FloatRange.class.php.
FloatRange::__construct | ( | $ | min = null , |
|
$ | max = null | |||
) |
Reimplemented from BaseRange.
Definition at line 14 of file FloatRange.class.php.
References BaseRange::$max, BaseRange::$min, and Assert::isFloat().
static FloatRange::create | ( | $ | min = null , |
|
$ | max = null | |||
) | [static] |
Definition at line 28 of file FloatRange.class.php.
References BaseRange::$max, and BaseRange::$min.
FloatRange::setMax | ( | $ | max = null |
) |
WrongArgumentException |
Reimplemented from BaseRange.
Definition at line 51 of file FloatRange.class.php.
References BaseRange::$max, and Assert::isFloat().
FloatRange::setMin | ( | $ | min = null |
) |
WrongArgumentException |
Reimplemented from BaseRange.
Definition at line 37 of file FloatRange.class.php.
References BaseRange::$min, and Assert::isFloat().