Integer's set. More...
Public Member Functions | |
contains ($value) | |
Static Public Member Functions | |
static | create ($min=PrimitiveInteger::SIGNED_MIN, $max=PrimitiveInteger::SIGNED_MAX) |
Integer's set.
Definition at line 17 of file IntegerSet.class.php.
IntegerSet::contains | ( | $ | value | ) |
Definition at line 27 of file IntegerSet.class.php.
References BaseRange::getMax(), and BaseRange::getMin().
static IntegerSet::create | ( | $ | min = PrimitiveInteger::SIGNED_MIN , |
|
$ | max = PrimitiveInteger::SIGNED_MAX | |||
) | [static] |
Reimplemented from Range.
Definition at line 19 of file IntegerSet.class.php.
References BaseRange::$max, and BaseRange::$min.