ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
pathForSlot (Identifier $identifier) | |
isSlotConditional (Identifier $identifier) | |
conditionForSlot (Identifier $identifier) | |
identiferFromPathAndCondition (PathInterface $path_to_element, ?PathInterface $path_to_condition, ?string $condition_value) | |
allSlotsForPath (PathInterface $path_to_element) | |
doesSlotExist (PathInterface $path_to_element, ?PathInterface $path_to_condition, ?string $condition_value) | |
dataTypeForSlot (Identifier $identifier) | |
Definition at line 27 of file HandlerInterface.php.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::allSlotsForPath | ( | PathInterface | $path_to_element | ) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::conditionForSlot | ( | Identifier | $identifier | ) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::dataTypeForSlot | ( | Identifier | $identifier | ) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::doesSlotExist | ( | PathInterface | $path_to_element, |
?PathInterface | $path_to_condition, | ||
?string | $condition_value | ||
) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::identiferFromPathAndCondition | ( | PathInterface | $path_to_element, |
?PathInterface | $path_to_condition, | ||
?string | $condition_value | ||
) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::isSlotConditional | ( | Identifier | $identifier | ) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.
ILIAS\MetaData\Vocabularies\Slots\HandlerInterface::pathForSlot | ( | Identifier | $identifier | ) |
Implemented in ILIAS\MetaData\Vocabularies\Slots\Handler, and ILIAS\MetaData\Vocabularies\Slots\NullHandler.