|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilADTFloatDefinition:
Collaboration diagram for ilADTFloatDefinition:Public Member Functions | |
| handleNumber ($a_value) | |
| getMin () | |
| setMin (?float $a_value) | |
| getMax () | |
| setMax (?float $a_value) | |
| getSuffix () | |
| setSuffix (?string $a_value) | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
| reset () | |
| Init property defaults. More... | |
| getDecimals () | |
| setDecimals (int $a_value) | |
Public Member Functions inherited from ilADTDefinition | |
| __construct () | |
| getType () | |
| Get type (from class/instance) More... | |
| reset () | |
| Init property defaults. More... | |
| setAllowNull (bool $a_value) | |
| Toggle null allowed status. More... | |
| isNullAllowed () | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
Protected Attributes | |
| int | $decimals |
| float | $min_value |
| float | $max_value |
| string | $suffix = '' |
Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null |
Definition at line 5 of file class.ilADTFloatDefinition.php.
| ilADTFloatDefinition::getDecimals | ( | ) |
Definition at line 68 of file class.ilADTFloatDefinition.php.
References $decimals.
| ilADTFloatDefinition::getMax | ( | ) |
Definition at line 36 of file class.ilADTFloatDefinition.php.
References $max_value.
| ilADTFloatDefinition::getMin | ( | ) |
Definition at line 26 of file class.ilADTFloatDefinition.php.
References $min_value.
| ilADTFloatDefinition::getSuffix | ( | ) |
Definition at line 46 of file class.ilADTFloatDefinition.php.
References $suffix.
| ilADTFloatDefinition::handleNumber | ( | $a_value | ) |
Definition at line 14 of file class.ilADTFloatDefinition.php.
Referenced by setMax(), and setMin().
Here is the caller graph for this function:| ilADTFloatDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented from ilADTDefinition.
Definition at line 56 of file class.ilADTFloatDefinition.php.
| ilADTFloatDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 62 of file class.ilADTFloatDefinition.php.
References setDecimals().
Here is the call graph for this function:| ilADTFloatDefinition::setDecimals | ( | int | $a_value | ) |
Definition at line 73 of file class.ilADTFloatDefinition.php.
Referenced by reset().
Here is the caller graph for this function:| ilADTFloatDefinition::setMax | ( | ?float | $a_value | ) |
Definition at line 41 of file class.ilADTFloatDefinition.php.
References handleNumber().
Here is the call graph for this function:| ilADTFloatDefinition::setMin | ( | ?float | $a_value | ) |
Definition at line 31 of file class.ilADTFloatDefinition.php.
References handleNumber().
Here is the call graph for this function:| ilADTFloatDefinition::setSuffix | ( | ?string | $a_value | ) |
Definition at line 51 of file class.ilADTFloatDefinition.php.
|
protected |
Definition at line 7 of file class.ilADTFloatDefinition.php.
Referenced by getDecimals().
|
protected |
Definition at line 9 of file class.ilADTFloatDefinition.php.
Referenced by getMax().
|
protected |
Definition at line 8 of file class.ilADTFloatDefinition.php.
Referenced by getMin().
|
protected |
Definition at line 10 of file class.ilADTFloatDefinition.php.
Referenced by getSuffix().