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

Protected Member Functions

 handleSelectionValue ($a_value)
- Protected Member Functions inherited from ilADTEnum
 isValidDefinition (ilADTDefinition $a_def)
 Check if definition is valid for ADT.
- Protected Member Functions inherited from ilADT
 setDefinition (ilADTDefinition $a_def)
 Set definition.
 getDefinition ()
 Get definition.
 addValidationError ($a_error_code)
 Add validation error code.

Additional Inherited Members

- Public Member Functions inherited from ilADTEnum
 reset ()
 Init property defaults.
 setSelection ($a_value=null)
 getSelection ()
 isValidOption ($a_value)
 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.
 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 ilADTEnum
 $value

Detailed Description

Definition at line 3 of file class.ilADTEnumNumeric.php.

Member Function Documentation

ilADTEnumNumeric::handleSelectionValue (   $a_value)
protected

Reimplemented from ilADTEnum.

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

{
return (int)$a_value;
}

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