ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilADTFloat Class Reference
+ Inheritance diagram for ilADTFloat:
+ Collaboration diagram for ilADTFloat:

Protected Member Functions

 isValidDefinition (ilADTDefinition $a_def)
 Check if definition is valid for ADT.

Additional Inherited Members

- Public Member Functions inherited from ilADTInteger
 reset ()
 Init property defaults.
 setNumber ($a_value=null)
 getNumber ()
 equals (ilADT $a_adt)
 Check if given ADT equals self.
 isLarger (ilADT $a_adt)
 Check if given ADT is larger than self.
 isSmaller (ilADT $a_adt)
 Check if given ADT is smaller than self.
 isNull ()
 Is currently null.
 isValid ()
 Is currently valid.
 getCheckSum ()
 Get unique checksum.
- Data Fields inherited from ilADT
const ADT_VALIDATION_ERROR_NULL_NOT_ALLOWED = "adt1"
const ADT_VALIDATION_ERROR_MAX_LENGTH = "adt2"
const ADT_VALIDATION_ERROR_MAX_SIZE = "adt3"
const ADT_VALIDATION_ERROR_MIN = "adt4"
const ADT_VALIDATION_ERROR_MAX = "adt5"
const ADT_VALIDATION_DATE = "adt6"
- Protected Attributes inherited from ilADTInteger
 $value

Detailed Description

Definition at line 5 of file class.ilADTFloat.php.

Member Function Documentation

ilADTFloat::isValidDefinition ( ilADTDefinition  $a_def)
protected

Check if definition is valid for ADT.

Returns
bool;

Reimplemented from ilADTInteger.

Definition at line 9 of file class.ilADTFloat.php.

{
return ($a_def instanceof ilADTFloatDefinition);
}

The documentation for this class was generated from the following file: