ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
reset () | |
Init property defaults. | |
handleNumber ($a_value) | |
getDecimals () | |
setDecimals ($a_value) | |
Public Member Functions inherited from ilADTIntegerDefinition | |
getMin () | |
setMin ($a_value) | |
getMax () | |
setMax ($a_value) | |
getSuffix () | |
setSuffix ($a_value) | |
isComparableTo (ilADT $a_adt) | |
Check if given ADT is comparable to self. | |
Public Member Functions inherited from ilADTDefinition | |
__construct () | |
Constructor. | |
getType () | |
Get type (from class/instance) | |
setAllowNull ($a_value) | |
Toggle null allowed status. | |
isNullAllowed () | |
Is null currently allowed. |
Protected Attributes | |
$decimals | |
Protected Attributes inherited from ilADTIntegerDefinition | |
$min_value | |
$max_value | |
$suffix | |
Protected Attributes inherited from ilADTDefinition | |
$allow_null |
Definition at line 5 of file class.ilADTFloatDefinition.php.
ilADTFloatDefinition::getDecimals | ( | ) |
Definition at line 35 of file class.ilADTFloatDefinition.php.
References $decimals.
Referenced by handleNumber().
ilADTFloatDefinition::handleNumber | ( | $a_value | ) |
Reimplemented from ilADTIntegerDefinition.
Definition at line 22 of file class.ilADTFloatDefinition.php.
References getDecimals().
ilADTFloatDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 12 of file class.ilADTFloatDefinition.php.
References setDecimals().
ilADTFloatDefinition::setDecimals | ( | $a_value | ) |
Definition at line 40 of file class.ilADTFloatDefinition.php.
Referenced by reset().
|
protected |
Definition at line 7 of file class.ilADTFloatDefinition.php.
Referenced by getDecimals().