ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
steps () | |
Get all steps in the path. More... | |
isRelative () | |
Relative paths start at some otherwise determined element, absolute paths start at root. More... | |
leadsToExactlyOneElement () | |
Specifies whether the path should point to exactly one element, or whether it can also lead to no or many elements. More... | |
toString () | |
Definition at line 25 of file PathInterface.php.
ILIAS\MetaData\Paths\PathInterface::isRelative | ( | ) |
Relative paths start at some otherwise determined element, absolute paths start at root.
Implemented in ILIAS\MetaData\Paths\NullPath, and ILIAS\MetaData\Paths\Path.
Referenced by ILIAS\MetaData\Manipulator\Path\PathConditionsCollection\__construct().
ILIAS\MetaData\Paths\PathInterface::leadsToExactlyOneElement | ( | ) |
Specifies whether the path should point to exactly one element, or whether it can also lead to no or many elements.
Implemented in ILIAS\MetaData\Paths\NullPath, and ILIAS\MetaData\Paths\Path.
Referenced by ILIAS\MetaData\Manipulator\Path\PathConditionsCollection\__construct(), and ILIAS\MetaData\Paths\Navigator\BaseNavigator\__construct().
ILIAS\MetaData\Paths\PathInterface::steps | ( | ) |
Get all steps in the path.
Implemented in ILIAS\MetaData\Paths\NullPath, and ILIAS\MetaData\Paths\Path.
ILIAS\MetaData\Paths\PathInterface::toString | ( | ) |
Implemented in ILIAS\MetaData\Paths\NullPath, and ILIAS\MetaData\Paths\Path.
Referenced by ILIAS\MetaData\Vocabularies\Slots\Handler\allSlotsForPath(), ILIAS\MetaData\Settings\Vocabularies\Import\ImporterAndResultTest\getSlotHandler(), ILIAS\MetaData\Vocabularies\Slots\Handler\identiferFromPathAndCondition(), and ILIAS\MetaData\Structure\Dictionaries\Tags\TagAssignment\matchesPath().