|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilADTMultiEnumDefinition:
Collaboration diagram for ilADTMultiEnumDefinition:Public Member Functions | |
| reset () | |
| Init property defaults. More... | |
| getOptions () | |
| setOptions (array $a_values) | |
| isNumeric () | |
| setNumeric ($a_value) | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
| getADTInstance () | |
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 | |
| $options = [] | |
| $numeric | |
Protected Attributes inherited from ilADTDefinition | |
| $allow_null | |
Additional Inherited Members | |
| reset () | |
| Init property defaults. More... | |
Definition at line 3 of file class.ilADTMultiEnumDefinition.php.
| ilADTMultiEnumDefinition::getADTInstance | ( | ) |
Definition at line 62 of file class.ilADTMultiEnumDefinition.php.
References isNumeric().
Here is the call graph for this function:| ilADTMultiEnumDefinition::getOptions | ( | ) |
| ilADTMultiEnumDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented from ilADTDefinition.
Definition at line 53 of file class.ilADTMultiEnumDefinition.php.
| ilADTMultiEnumDefinition::isNumeric | ( | ) |
Definition at line 40 of file class.ilADTMultiEnumDefinition.php.
References $numeric.
Referenced by getADTInstance(), and setOptions().
Here is the caller graph for this function:| ilADTMultiEnumDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 11 of file class.ilADTMultiEnumDefinition.php.
References setNumeric().
Here is the call graph for this function:| ilADTMultiEnumDefinition::setNumeric | ( | $a_value | ) |
Definition at line 45 of file class.ilADTMultiEnumDefinition.php.
Referenced by reset().
Here is the caller graph for this function:| ilADTMultiEnumDefinition::setOptions | ( | array | $a_values | ) |
Definition at line 27 of file class.ilADTMultiEnumDefinition.php.
References $key, and isNumeric().
Here is the call graph for this function:
|
protected |
Definition at line 6 of file class.ilADTMultiEnumDefinition.php.
Referenced by isNumeric().
|
protected |
Definition at line 5 of file class.ilADTMultiEnumDefinition.php.
Referenced by getOptions().