|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Vocabularies\Slots\NullHandler:
Collaboration diagram for ILIAS\MetaData\Vocabularies\Slots\NullHandler: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) | |
| 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().
Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Slots\NullHandler::conditionForSlot | ( | Identifier | $identifier | ) |
Implements ILIAS\MetaData\Vocabularies\Slots\HandlerInterface.
Definition at line 41 of file NullHandler.php.
| 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.
| 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.