ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
getMDID () | |
getSubElements () | |
getSubElement (string $name) | |
Return the first sub-element with the given name, if one exists. More... | |
getSuperElement () | |
![]() | |
getDefinition () | |
Defining properties of the metadata element. More... | |
isRoot () | |
Definition at line 26 of file StructureElementInterface.php.
ILIAS\MetaData\Elements\Structure\StructureElementInterface::getMDID | ( | ) |
ILIAS\MetaData\Elements\Structure\StructureElementInterface::getSubElement | ( | string | $name | ) |
Return the first sub-element with the given name, if one exists.
Implemented in ILIAS\MetaData\Elements\Structure\StructureElement, and ILIAS\MetaData\Elements\Structure\NullStructureElement.
Referenced by ILIAS\MetaData\Editor\Dictionary\LOMDictionaryInitiator\setLastTag(), ILIAS\MetaData\Repository\Dictionary\LOMDictionaryInitiator\setTagsForContribute(), ILIAS\MetaData\Repository\Dictionary\LOMDictionaryInitiator\setTagsForIdentifier(), ILIAS\MetaData\Repository\Dictionary\LOMDictionaryInitiator\setTagsForLangStringSubElements(), ILIAS\MetaData\Editor\Dictionary\LOMDictionaryInitiator\setTagsForSubContribute(), ILIAS\MetaData\Editor\Dictionary\LOMDictionaryInitiator\setTagsForSubIdentifier(), and ILIAS\MetaData\Repository\Dictionary\LOMDictionaryInitiator\setTagsForVocabSubElements().
ILIAS\MetaData\Elements\Structure\StructureElementInterface::getSubElements | ( | ) |
Implements ILIAS\MetaData\Elements\Base\BaseElementInterface.
Implemented in ILIAS\MetaData\Elements\Structure\StructureElement, and ILIAS\MetaData\Elements\Structure\NullStructureElement.
ILIAS\MetaData\Elements\Structure\StructureElementInterface::getSuperElement | ( | ) |
Implements ILIAS\MetaData\Elements\Base\BaseElementInterface.
Implemented in ILIAS\MetaData\Elements\Structure\StructureElement, and ILIAS\MetaData\Elements\Structure\NullStructureElement.
Referenced by ILIAS\MetaData\Settings\Vocabularies\Presentation\findFirstCommonParent().