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