ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\MetaData\Vocabularies\Slots\NullElementHelper Class Reference
+ Inheritance diagram for ILIAS\MetaData\Vocabularies\Slots\NullElementHelper:
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Slots\NullElementHelper:

Public Member Functions

 slotForElement (ElementInterface $element)
 
 slotsForElementWithoutCondition (ElementInterface $element)
 
 potentialSlotForElementByCondition (ElementInterface $element, ElementInterface $element_in_condition, string $value)
 
 findElementOfCondition (Identifier $slot, ElementInterface $element, ElementInterface ... $all_elements)
 

Detailed Description

Definition at line 25 of file NullElementHelper.php.

Member Function Documentation

◆ findElementOfCondition()

ILIAS\MetaData\Vocabularies\Slots\NullElementHelper::findElementOfCondition ( Identifier  $slot,
ElementInterface  $element,
ElementInterface ...  $all_elements 
)

Implements ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface.

Definition at line 48 of file NullElementHelper.php.

References null.

52  : ?ElementInterface {
53  return null;
54  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ potentialSlotForElementByCondition()

ILIAS\MetaData\Vocabularies\Slots\NullElementHelper::potentialSlotForElementByCondition ( ElementInterface  $element,
ElementInterface  $element_in_condition,
string  $value 
)

◆ slotForElement()

ILIAS\MetaData\Vocabularies\Slots\NullElementHelper::slotForElement ( ElementInterface  $element)

◆ slotsForElementWithoutCondition()

ILIAS\MetaData\Vocabularies\Slots\NullElementHelper::slotsForElementWithoutCondition ( ElementInterface  $element)
Returns
Identifier[]

Implements ILIAS\MetaData\Vocabularies\Slots\ElementHelperInterface.

Definition at line 35 of file NullElementHelper.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

35  : \Generator
36  {
37  yield from [];
38  }
+ Here is the call graph for this function:

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