
Public Member Functions | |
| contains ($value) | |
Static Public Member Functions | |
| static | create ($min=PrimitiveInteger::SIGNED_MIN, $max=PrimitiveInteger::SIGNED_MAX) |
| |
Definition at line 18 of file IntegerSet.class.php.
| static IntegerSet::create | ( | $ | min = PrimitiveInteger::SIGNED_MIN, |
|
| $ | max = PrimitiveInteger::SIGNED_MAX | |||
| ) | [static] |
Reimplemented from Range.
Definition at line 20 of file IntegerSet.class.php.
References Range::$max, and Range::$min.
| IntegerSet::contains | ( | $ | value | ) |
Definition at line 28 of file IntegerSet.class.php.
References Range::getMax(), and Range::getMin().

1.5.4