ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 29 of file NullHandler.php.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::allSlotsForPath | ( | PathInterface | $path_to_element | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 54 of file NullHandler.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Vocabularies\Slots\NullHandler::conditionForSlot | ( | Identifier | $identifier | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 41 of file NullHandler.php.
References null.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::dataTypeForSlot | ( | Identifier | $identifier | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 67 of file NullHandler.php.
References ILIAS\Data\Description\NULL.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::doesSlotExist | ( | PathInterface | $path_to_element, |
?PathInterface | $path_to_condition, | ||
?string | $condition_value | ||
) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 59 of file NullHandler.php.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::identiferFromPathAndCondition | ( | PathInterface | $path_to_element, |
?PathInterface | $path_to_condition, | ||
?string | $condition_value | ||
) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 46 of file NullHandler.php.
References ILIAS\Data\Description\NULL.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::isSlotConditional | ( | Identifier | $identifier | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 36 of file NullHandler.php.
ILIAS\MetaData\Vocabularies\Slots\NullHandler::pathForSlot | ( | Identifier | $identifier | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 31 of file NullHandler.php.