ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
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... | |
potentialSlotForElementByCondition (ElementInterface $element, ElementInterface $element_in_condition, string $value) | |
findElementOfCondition (Identifier $slot, ElementInterface $element, ElementInterface ... $all_elements) | |
Definition at line 25 of file ElementHelperInterface.php.
ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface::findElementOfCondition | ( | Identifier | $slot, |
ElementInterface | $element, | ||
ElementInterface ... | $all_elements | ||
) |
ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface::potentialSlotForElementByCondition | ( | ElementInterface | $element, |
ElementInterface | $element_in_condition, | ||
string | $value | ||
) |
ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface::slotForElement | ( | ElementInterface | $element | ) |
ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface::slotsForElementWithoutCondition | ( | ElementInterface | $element | ) |
Does not check the condition of the slots, so can return multiple slots per element.
Implemented in ILIAS\MetaData\Vocabularies\Slots\ElementHelper, and ILIAS\MetaData\Vocabularies\Slots\NullElementHelper.