ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface:
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\ElementHelper\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...
 
 vocabulariesForSlot (SlotIdentifier $slot)
 
 findElementOfCondition (SlotIdentifier $slot, ElementInterface $element, ElementInterface ... $all_elements)
 

Detailed Description

Definition at line 27 of file ElementHelperInterface.php.

Member Function Documentation

◆ findElementOfCondition()

ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::findElementOfCondition ( SlotIdentifier  $slot,
ElementInterface  $element,
ElementInterface ...  $all_elements 
)

◆ slotForElement()

ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::slotForElement ( ElementInterface  $element)

◆ slotsForElementWithoutCondition()

ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::slotsForElementWithoutCondition ( ElementInterface  $element)

Does not check the condition of the slots, so can return multiple slots per element.

Returns
SlotIdentifier[]

Implemented in ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelper.

◆ vocabulariesForSlot()

ILIAS\MetaData\Vocabularies\ElementHelper\ElementHelperInterface::vocabulariesForSlot ( SlotIdentifier  $slot)

The documentation for this interface was generated from the following file: