PrimitiveRange Class Reference
[Base data types used in Form]

Inheritance diagram for PrimitiveRange:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 setValue ($range)
 
Exceptions:
WrongArgumentException 

 getMax ()
 getMin ()
 getActualMax ()
 getActualMin ()
 importSingle ($scope)
 importMarried ($scope)

Public Attributes

const MIN = 'min'
const MAX = 'max'

Private Member Functions

 checkLimits (Range $range)
 safeGet ($scope, $firstDimension, $secondDimension)


Detailed Description

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


Member Function Documentation

PrimitiveRange::setValue ( range  ) 

Exceptions:
WrongArgumentException 

Returns:
PrimitiveRange

Reimplemented from BasePrimitive.

Definition at line 25 of file PrimitiveRange.class.php.

References Assert::isTrue().

Here is the call graph for this function:

PrimitiveRange::getMax (  ) 

Reimplemented from RangedPrimitive.

Definition at line 37 of file PrimitiveRange.class.php.

Referenced by checkLimits().

PrimitiveRange::getMin (  ) 

Reimplemented from RangedPrimitive.

Definition at line 45 of file PrimitiveRange.class.php.

Referenced by checkLimits().

PrimitiveRange::getActualMax (  ) 

Definition at line 53 of file PrimitiveRange.class.php.

References BasePrimitive::getActualValue().

Here is the call graph for this function:

PrimitiveRange::getActualMin (  ) 

Definition at line 61 of file PrimitiveRange.class.php.

References BasePrimitive::getActualValue().

Here is the call graph for this function:

PrimitiveRange::importSingle ( scope  ) 

Reimplemented from ComplexPrimitive.

Definition at line 69 of file PrimitiveRange.class.php.

References checkLimits(), BasePrimitive::import(), and Range::lazyCreate().

Here is the call graph for this function:

PrimitiveRange::importMarried ( scope  ) 

Reimplemented from ComplexPrimitive.

Definition at line 96 of file PrimitiveRange.class.php.

References checkLimits(), Range::lazyCreate(), and safeGet().

Here is the call graph for this function:

PrimitiveRange::checkLimits ( Range range  )  [private]

Definition at line 123 of file PrimitiveRange.class.php.

References getMax(), and getMin().

Referenced by importMarried(), and importSingle().

Here is the call graph for this function:

PrimitiveRange::safeGet ( scope,
firstDimension,
secondDimension 
) [private]

Definition at line 141 of file PrimitiveRange.class.php.

Referenced by importMarried().


Member Data Documentation

const PrimitiveRange::MIN = 'min'

Definition at line 18 of file PrimitiveRange.class.php.

const PrimitiveRange::MAX = 'max'

Definition at line 19 of file PrimitiveRange.class.php.


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