Public Member Functions | |
getMin () | |
setMin ($min) | |
| |
getMax () | |
setMax ($max) | |
| |
Protected Attributes | |
$min = null | |
$max = null |
Definition at line 16 of file RangedPrimitive.class.php.
RangedPrimitive::getMin | ( | ) |
RangedPrimitive::setMin | ( | $ | min | ) |
Reimplemented in PrimitiveDate, and PrimitiveTime.
Definition at line 29 of file RangedPrimitive.class.php.
References $min.
RangedPrimitive::getMax | ( | ) |
RangedPrimitive::setMax | ( | $ | max | ) |
Reimplemented in PrimitiveDate, and PrimitiveTime.
Definition at line 44 of file RangedPrimitive.class.php.
References $max.
RangedPrimitive::$min = null [protected] |
Definition at line 18 of file RangedPrimitive.class.php.
Referenced by setMin(), PrimitiveImage::setMinHeight(), and PrimitiveImage::setMinWidth().
RangedPrimitive::$max = null [protected] |
Definition at line 19 of file RangedPrimitive.class.php.
Referenced by setMax(), PrimitiveImage::setMaxHeight(), and PrimitiveImage::setMaxWidth().