|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilADTIntegerDefinition:
Collaboration diagram for ilADTIntegerDefinition: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) | |
| Check if given ADT is comparable to self. More... | |
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 | $min_value |
| int | $max_value |
| string | $suffix = '' |
Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null |
Definition at line 21 of file class.ilADTIntegerDefinition.php.
| ilADTIntegerDefinition::getMax | ( | ) |
Definition at line 51 of file class.ilADTIntegerDefinition.php.
References $max_value.
| ilADTIntegerDefinition::getMin | ( | ) |
Definition at line 41 of file class.ilADTIntegerDefinition.php.
References $min_value.
| ilADTIntegerDefinition::getSuffix | ( | ) |
Definition at line 61 of file class.ilADTIntegerDefinition.php.
References $suffix.
| ilADTIntegerDefinition::handleNumber | ( | ?int | $a_value | ) |
Definition at line 29 of file class.ilADTIntegerDefinition.php.
References ILIAS\Repository\int().
Referenced by setMax(), and setMin().
Here is the call graph for this function:
Here is the caller graph for this function:| ilADTIntegerDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented from ilADTDefinition.
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().
Here is the call graph for this function:| ilADTIntegerDefinition::setMin | ( | ?int | $a_value | ) |
Definition at line 46 of file class.ilADTIntegerDefinition.php.
References handleNumber().
Here is the call graph for this function:| 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().