ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
getType () | |
Get type (from class/instance) | |
reset () | |
Init property defaults. | |
isNumeric () | |
setNumeric ($a_value) | |
getOptions () | |
setOptions (array $a_values) | |
isComparableTo (ilADT $a_adt) | |
Check if given ADT is comparable to self. | |
getADTInstance () | |
Public Member Functions inherited from ilADTDefinition | |
__construct () | |
Constructor. | |
setAllowNull ($a_value) | |
Toggle null allowed status. | |
isNullAllowed () | |
Is null currently allowed. |
Protected Attributes | |
$options | |
$numeric | |
Protected Attributes inherited from ilADTDefinition | |
$allow_null |
Definition at line 3 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::getADTInstance | ( | ) |
Definition at line 70 of file class.ilADTEnumDefinition.php.
References isNumeric().
ilADTEnumDefinition::getOptions | ( | ) |
Definition at line 37 of file class.ilADTEnumDefinition.php.
References $options.
ilADTEnumDefinition::getType | ( | ) |
Get type (from class/instance)
Reimplemented from ilADTDefinition.
Definition at line 8 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
ilADT | $a_adt |
Reimplemented from ilADTDefinition.
Definition at line 61 of file class.ilADTEnumDefinition.php.
ilADTEnumDefinition::isNumeric | ( | ) |
Definition at line 27 of file class.ilADTEnumDefinition.php.
References $numeric.
Referenced by getADTInstance(), and setOptions().
ilADTEnumDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 16 of file class.ilADTEnumDefinition.php.
References setNumeric().
ilADTEnumDefinition::setNumeric | ( | $a_value | ) |
Definition at line 32 of file class.ilADTEnumDefinition.php.
Referenced by reset().
ilADTEnumDefinition::setOptions | ( | array | $a_values | ) |
Definition at line 42 of file class.ilADTEnumDefinition.php.
References isNumeric().
|
protected |
Definition at line 6 of file class.ilADTEnumDefinition.php.
Referenced by isNumeric().
|
protected |
Definition at line 5 of file class.ilADTEnumDefinition.php.
Referenced by getOptions().