|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilADTEnumDefinition:
Collaboration diagram for ilADTEnumDefinition:Public Member Functions | |
| getType () | |
| Get type (from class/instance) More... | |
| reset () | |
| Init property defaults. More... | |
| isNumeric () | |
| setNumeric ($a_value) | |
| getOptions () | |
| setOptions (array $a_values) | |
| 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.ilADTEnumDefinition.php.
| ilADTEnumDefinition::getADTInstance | ( | ) |
Definition at line 70 of file class.ilADTEnumDefinition.php.
References isNumeric().
Here is the call graph for this function:| ilADTEnumDefinition::getOptions | ( | ) |
| 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().
Here is the caller graph for this function:| ilADTEnumDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 16 of file class.ilADTEnumDefinition.php.
References setNumeric().
Here is the call graph for this function:| ilADTEnumDefinition::setNumeric | ( | $a_value | ) |
Definition at line 32 of file class.ilADTEnumDefinition.php.
Referenced by reset().
Here is the caller graph for this function:| ilADTEnumDefinition::setOptions | ( | array | $a_values | ) |
Definition at line 42 of file class.ilADTEnumDefinition.php.
References isNumeric().
Here is the call graph for this function:
|
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().