ILIAS
Release_5_0_x_branch Revision 61816
|
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 |
Definition at line 5 of file class.ilADTFloat.php.
|
protected |
Check if definition is valid for ADT.
Reimplemented from ilADTInteger.
Definition at line 9 of file class.ilADTFloat.php.