ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__clone () | |
reset () | |
addElement ($a_name, ilADTDefinition $a_def) | |
hasElement ($a_name) | |
getElement (string $a_name) | |
getElements () | |
isComparableTo (ilADT $a_adt) | |
![]() | |
__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 = [] |
![]() | |
bool | $allow_null |
Definition at line 21 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::__clone | ( | ) |
Definition at line 25 of file class.ilADTGroupDefinition.php.
References $id.
ilADTGroupDefinition::addElement | ( | $a_name, | |
ilADTDefinition | $a_def | ||
) |
Definition at line 44 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::getElement | ( | string | $a_name | ) |
Definition at line 54 of file class.ilADTGroupDefinition.php.
References hasElement(), and null.
ilADTGroupDefinition::getElements | ( | ) |
ilADTGroupDefinition::hasElement | ( | $a_name | ) |
Definition at line 49 of file class.ilADTGroupDefinition.php.
Referenced by getElement().
ilADTGroupDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 69 of file class.ilADTGroupDefinition.php.
ilADTGroupDefinition::reset | ( | ) |
Definition at line 36 of file class.ilADTGroupDefinition.php.
|
protected |
Definition at line 23 of file class.ilADTGroupDefinition.php.
Referenced by getElements().