|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Paths\PathInterface:
Collaboration diagram for ILIAS\MetaData\Paths\PathInterface: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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: