ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__clone () | |
reset () | |
addElement ($a_name, ilADTDefinition $a_def) | |
hasElement ($a_name) | |
getElement ($a_name) | |
getElements () | |
isComparableTo (ilADT $a_adt) | |
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 | |
$elements | |
Protected Attributes inherited from ilADTDefinition | |
$allow_null | |
Additional Inherited Members | |
Protected Member Functions inherited from ilADTDefinition | |
reset () | |
Init property defaults. More... | |
Definition at line 3 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::__clone | ( | ) |
Definition at line 7 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::addElement | ( | $a_name, | |
ilADTDefinition | $a_def | ||
) |
Definition at line 31 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::getElement | ( | $a_name | ) |
Definition at line 41 of file class.ilADTGroupDefinition.php.
References hasElement().
ilADTGroupDefinition::getElements | ( | ) |
ilADTGroupDefinition::hasElement | ( | $a_name | ) |
Definition at line 36 of file class.ilADTGroupDefinition.php.
Referenced by getElement().
ilADTGroupDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 57 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::reset | ( | ) |
|
protected |
Definition at line 5 of file class.ilADTGroupDefinition.php.
Referenced by getElements().