|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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\Path, and ILIAS\MetaData\Paths\NullPath.
Referenced by ILIAS\MetaData\Manipulator\Path\PathConditionsCollection\__construct(), ILIAS\MetaData\Paths\Navigator\BaseNavigator\__construct(), and ILIAS\MetaData\Editor\Observers\ObserverHandler\callObserversByPath().
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\Path, and ILIAS\MetaData\Paths\NullPath.
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\Path, and ILIAS\MetaData\Paths\NullPath.
Referenced by ILIAS\MetaData\Paths\Navigator\BaseNavigator\__construct(), ILIAS\MetaData\Manipulator\Path\PathConditionsCollection\addStepToHistory(), ILIAS\MetaData\Editor\Observers\ObserverHandler\callObserversByPath(), ILIAS\MetaData\Manipulator\ManipulatorTest\getMarkerFactoryMock(), ILIAS\MetaData\Manipulator\Path\PathConditionsCheckerTest\getNavigatorFactoryMock(), and ILIAS\MetaData\Paths\Builder\validatePathFromRoot().
Here is the caller graph for this function:| ILIAS\MetaData\Paths\PathInterface::toString | ( | ) |
Implemented in ILIAS\MetaData\Paths\Path, and ILIAS\MetaData\Paths\NullPath.
Referenced by ILIAS\MetaData\Editor\Full\Services\Actions\LinkProvider\getLink(), ILIAS\MetaData\Structure\Dictionaries\DictionaryTest\getTagAssignment(), ILIAS\MetaData\Structure\Dictionaries\Tags\TagAssignment\matchesPath(), and ILIAS\MetaData\Paths\Builder\validatePathFromRoot().
Here is the caller graph for this function: