ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
handleNumber (?int $a_value) | |
getMin () | |
setMin (?int $a_value) | |
getMax () | |
setMax (?int $a_value) | |
getSuffix () | |
setSuffix (?string $a_value) | |
isComparableTo (ilADT $a_adt) | |
![]() | |
__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 | $min_value |
int | $max_value |
string | $suffix = '' |
![]() | |
bool | $allow_null |
Definition at line 21 of file class.ilADTIntegerDefinition.php.
ilADTIntegerDefinition::getMax | ( | ) |
ilADTIntegerDefinition::getMin | ( | ) |
ilADTIntegerDefinition::getSuffix | ( | ) |
ilADTIntegerDefinition::handleNumber | ( | ?int | $a_value | ) |
Definition at line 29 of file class.ilADTIntegerDefinition.php.
References ILIAS\Repository\int().
Referenced by setMax(), and setMin().
ilADTIntegerDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 71 of file class.ilADTIntegerDefinition.php.
ilADTIntegerDefinition::setMax | ( | ?int | $a_value | ) |
Definition at line 56 of file class.ilADTIntegerDefinition.php.
References handleNumber().
ilADTIntegerDefinition::setMin | ( | ?int | $a_value | ) |
Definition at line 46 of file class.ilADTIntegerDefinition.php.
References handleNumber().
ilADTIntegerDefinition::setSuffix | ( | ?string | $a_value | ) |
Definition at line 66 of file class.ilADTIntegerDefinition.php.
|
protected |
Definition at line 24 of file class.ilADTIntegerDefinition.php.
Referenced by getMax().
|
protected |
Definition at line 23 of file class.ilADTIntegerDefinition.php.
Referenced by getMin().
|
protected |
Definition at line 25 of file class.ilADTIntegerDefinition.php.
Referenced by getSuffix().