|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface:
Collaboration diagram for ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface: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.