|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilADTIntegerDefinition:
Collaboration diagram for ilADTIntegerDefinition:Public Member Functions | |
| 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 | |
| $min_value | |
| $max_value | |
| $suffix | |
Protected Attributes inherited from ilADTDefinition | |
| $allow_null | |
Additional Inherited Members | |
Protected Member Functions inherited from ilADTDefinition | |
| reset () | |
| Init property defaults. More... | |
Definition at line 3 of file class.ilADTIntegerDefinition.php.
| ilADTIntegerDefinition::getMax | ( | ) |
Definition at line 34 of file class.ilADTIntegerDefinition.php.
| ilADTIntegerDefinition::getMin | ( | ) |
Definition at line 24 of file class.ilADTIntegerDefinition.php.
| ilADTIntegerDefinition::getSuffix | ( | ) |
| ilADTIntegerDefinition::handleNumber | ( | $a_value | ) |
Reimplemented in ilADTFloatDefinition.
Definition at line 12 of file class.ilADTIntegerDefinition.php.
Referenced by setMax(), and setMin().
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 57 of file class.ilADTIntegerDefinition.php.
| ilADTIntegerDefinition::setMax | ( | $a_value | ) |
Definition at line 39 of file class.ilADTIntegerDefinition.php.
References handleNumber().
Here is the call graph for this function:| ilADTIntegerDefinition::setMin | ( | $a_value | ) |
Definition at line 29 of file class.ilADTIntegerDefinition.php.
References handleNumber().
Here is the call graph for this function:| ilADTIntegerDefinition::setSuffix | ( | $a_value | ) |
Definition at line 49 of file class.ilADTIntegerDefinition.php.
|
protected |
Definition at line 6 of file class.ilADTIntegerDefinition.php.
|
protected |
Definition at line 5 of file class.ilADTIntegerDefinition.php.
|
protected |
Definition at line 7 of file class.ilADTIntegerDefinition.php.
Referenced by getSuffix().