| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilADTMultiEnumDefinition:
 Collaboration diagram for ilADTMultiEnumDefinition:Public Member Functions | |
| reset () | |
| getOptions () | |
| setOptions (array $a_values) | |
| isNumeric () | |
| setNumeric (bool $a_value) | |
| isComparableTo (ilADT $a_adt) | |
| getADTInstance () | |
  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 | |
| array | $options = [] | 
| bool | $numeric = false | 
  Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null | 
Definition at line 5 of file class.ilADTMultiEnumDefinition.php.
| ilADTMultiEnumDefinition::getADTInstance | ( | ) | 
Definition at line 54 of file class.ilADTMultiEnumDefinition.php.
References isNumeric().
 Here is the call graph for this function:| ilADTMultiEnumDefinition::getOptions | ( | ) | 
| ilADTMultiEnumDefinition::isComparableTo | ( | ilADT | $a_adt | ) | 
Definition at line 47 of file class.ilADTMultiEnumDefinition.php.
| ilADTMultiEnumDefinition::isNumeric | ( | ) | 
Definition at line 37 of file class.ilADTMultiEnumDefinition.php.
References $numeric.
Referenced by getADTInstance(), and setOptions().
 Here is the caller graph for this function:| ilADTMultiEnumDefinition::reset | ( | ) | 
Definition at line 12 of file class.ilADTMultiEnumDefinition.php.
References setNumeric().
 Here is the call graph for this function:| ilADTMultiEnumDefinition::setNumeric | ( | bool | $a_value | ) | 
Definition at line 42 of file class.ilADTMultiEnumDefinition.php.
Referenced by reset().
 Here is the caller graph for this function:| ilADTMultiEnumDefinition::setOptions | ( | array | $a_values | ) | 
Definition at line 25 of file class.ilADTMultiEnumDefinition.php.
References ILIAS\LTI\ToolProvider\$key, and isNumeric().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 8 of file class.ilADTMultiEnumDefinition.php.
Referenced by isNumeric().
      
  | 
  protected | 
Definition at line 7 of file class.ilADTMultiEnumDefinition.php.
Referenced by getOptions().