ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
slotForElement (ElementInterface $element) | |
slotsForElementWithoutCondition (ElementInterface $element) | |
Does not check the condition of the slots, so can return multiple slots per element. More... | |
vocabulariesForSlot (SlotIdentifier $slot) | |
findElementOfCondition (SlotIdentifier $slot, ElementInterface $element, ElementInterface ... $all_elements) | |
Definition at line 27 of file ElementHelperInterface.php.
ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::findElementOfCondition | ( | SlotIdentifier | $slot, |
ElementInterface | $element, | ||
ElementInterface ... | $all_elements | ||
) |
Implemented in ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelper.
ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::slotForElement | ( | ElementInterface | $element | ) |
Implemented in ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelper.
ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::slotsForElementWithoutCondition | ( | ElementInterface | $element | ) |
Does not check the condition of the slots, so can return multiple slots per element.
Implemented in ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelper.
ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::vocabulariesForSlot | ( | SlotIdentifier | $slot | ) |
Implemented in ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelper.