RangedPrimitive Class Reference
[Base data types used in Form]

Inheritance diagram for RangedPrimitive:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 getMin ()
 setMin ($min)
 
Returns:
RangedPrimitive

 getMax ()
 setMax ($max)
 
Returns:
RangedPrimitive


Protected Attributes

 $min = null
 $max = null


Detailed Description

Definition at line 16 of file RangedPrimitive.class.php.


Member Function Documentation

RangedPrimitive::getMin (  ) 

Reimplemented in PrimitiveRange.

Definition at line 21 of file RangedPrimitive.class.php.

RangedPrimitive::setMin ( min  ) 

Returns:
RangedPrimitive

Reimplemented in PrimitiveDate, and PrimitiveTime.

Definition at line 29 of file RangedPrimitive.class.php.

References $min.

RangedPrimitive::getMax (  ) 

Reimplemented in PrimitiveRange.

Definition at line 36 of file RangedPrimitive.class.php.

RangedPrimitive::setMax ( max  ) 

Returns:
RangedPrimitive

Reimplemented in PrimitiveDate, and PrimitiveTime.

Definition at line 44 of file RangedPrimitive.class.php.

References $max.


Member Data Documentation

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().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:21 2007 for onPHP by  doxygen 1.5.4