|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilADTFloatDefinition:
Collaboration diagram for ilADTFloatDefinition:Public Member Functions | |
| reset () | |
| Init property defaults. More... | |
| handleNumber ($a_value) | |
| getDecimals () | |
| setDecimals ($a_value) | |
Public Member Functions inherited from ilADTIntegerDefinition | |
| handleNumber ($a_value) | |
| getMin () | |
| setMin ($a_value) | |
| getMax () | |
| setMax ($a_value) | |
| getSuffix () | |
| setSuffix ($a_value) | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
Public Member Functions inherited from ilADTDefinition | |
| __construct () | |
| Constructor. More... | |
| getType () | |
| Get type (from class/instance) More... | |
| setAllowNull ($a_value) | |
| Toggle null allowed status. More... | |
| isNullAllowed () | |
| Is null currently allowed. More... | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
Protected Attributes | |
| $decimals | |
Protected Attributes inherited from ilADTIntegerDefinition | |
| $min_value | |
| $max_value | |
| $suffix | |
Protected Attributes inherited from ilADTDefinition | |
| $allow_null | |
Additional Inherited Members | |
| reset () | |
| Init property defaults. More... | |
Definition at line 5 of file class.ilADTFloatDefinition.php.
| ilADTFloatDefinition::getDecimals | ( | ) |
Definition at line 33 of file class.ilADTFloatDefinition.php.
References $decimals.
Referenced by handleNumber().
Here is the caller graph for this function:| ilADTFloatDefinition::handleNumber | ( | $a_value | ) |
Reimplemented from ilADTIntegerDefinition.
Definition at line 22 of file class.ilADTFloatDefinition.php.
References getDecimals().
Here is the call graph for this function:| ilADTFloatDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 12 of file class.ilADTFloatDefinition.php.
References setDecimals().
Here is the call graph for this function:| ilADTFloatDefinition::setDecimals | ( | $a_value | ) |
Definition at line 38 of file class.ilADTFloatDefinition.php.
Referenced by reset().
Here is the caller graph for this function:
|
protected |
Definition at line 7 of file class.ilADTFloatDefinition.php.
Referenced by getDecimals().