|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilADTGroupDefinition:
Collaboration diagram for ilADTGroupDefinition:Public Member Functions | |
| __clone () | |
| reset () | |
| Init property defaults. More... | |
| addElement ($a_name, ilADTDefinition $a_def) | |
| hasElement ($a_name) | |
| getElement (string $a_name) | |
| getElements () | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
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 | $elements = [] |
Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null |
Definition at line 5 of file class.ilADTGroupDefinition.php.
| ilADTGroupDefinition::__clone | ( | ) |
Definition at line 9 of file class.ilADTGroupDefinition.php.
References $id.
| ilADTGroupDefinition::addElement | ( | $a_name, | |
| ilADTDefinition | $a_def | ||
| ) |
Definition at line 28 of file class.ilADTGroupDefinition.php.
| ilADTGroupDefinition::getElement | ( | string | $a_name | ) |
Definition at line 38 of file class.ilADTGroupDefinition.php.
References hasElement().
Here is the call graph for this function:| ilADTGroupDefinition::getElements | ( | ) |
Definition at line 46 of file class.ilADTGroupDefinition.php.
References $elements.
| ilADTGroupDefinition::hasElement | ( | $a_name | ) |
Definition at line 33 of file class.ilADTGroupDefinition.php.
Referenced by getElement().
Here is the caller graph for this function:| ilADTGroupDefinition::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.ilADTGroupDefinition.php.
| ilADTGroupDefinition::reset | ( | ) |
Init property defaults.
Reimplemented from ilADTDefinition.
Definition at line 20 of file class.ilADTGroupDefinition.php.
|
protected |
Definition at line 7 of file class.ilADTGroupDefinition.php.
Referenced by getElements().