ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getType () | |
reset () | |
isNumeric () | |
setNumeric (bool $a_value) | |
getOptions () | |
setOptions (array $a_values) | |
isComparableTo (ilADT $a_adt) | |
getADTInstance () | |
![]() | |
__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 |
![]() | |
bool | $allow_null |
Definition at line 21 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::getADTInstance | ( | ) |
Definition at line 79 of file class.ilADTEnumDefinition.php.
References isNumeric().
ilADTEnumDefinition::getOptions | ( | ) |
ilADTEnumDefinition::getType | ( | ) |
Definition at line 26 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 73 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::isNumeric | ( | ) |
Definition at line 43 of file class.ilADTEnumDefinition.php.
References $numeric.
Referenced by getADTInstance(), and setOptions().
ilADTEnumDefinition::reset | ( | ) |
Definition at line 33 of file class.ilADTEnumDefinition.php.
References setNumeric().
ilADTEnumDefinition::setNumeric | ( | bool | $a_value | ) |
Definition at line 48 of file class.ilADTEnumDefinition.php.
Referenced by reset().
ilADTEnumDefinition::setOptions | ( | array | $a_values | ) |
Definition at line 58 of file class.ilADTEnumDefinition.php.
References isNumeric().
|
protected |
Definition at line 24 of file class.ilADTEnumDefinition.php.
Referenced by isNumeric().
|
protected |
Definition at line 23 of file class.ilADTEnumDefinition.php.
Referenced by getOptions().