ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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) | |
reset () | |
getDecimals () | |
setDecimals (int $a_value) | |
![]() | |
__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 = '' |
![]() | |
bool | $allow_null |
Definition at line 5 of file class.ilADTFloatDefinition.php.
ilADTFloatDefinition::getDecimals | ( | ) |
ilADTFloatDefinition::getMax | ( | ) |
ilADTFloatDefinition::getMin | ( | ) |
ilADTFloatDefinition::getSuffix | ( | ) |
ilADTFloatDefinition::handleNumber | ( | $a_value | ) |
Definition at line 14 of file class.ilADTFloatDefinition.php.
Referenced by setMax(), and setMin().
ilADTFloatDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 56 of file class.ilADTFloatDefinition.php.
ilADTFloatDefinition::reset | ( | ) |
Definition at line 62 of file class.ilADTFloatDefinition.php.
References setDecimals().
ilADTFloatDefinition::setDecimals | ( | int | $a_value | ) |
Definition at line 73 of file class.ilADTFloatDefinition.php.
Referenced by reset().
ilADTFloatDefinition::setMax | ( | ?float | $a_value | ) |
Definition at line 41 of file class.ilADTFloatDefinition.php.
References handleNumber().
ilADTFloatDefinition::setMin | ( | ?float | $a_value | ) |
Definition at line 31 of file class.ilADTFloatDefinition.php.
References handleNumber().
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().