ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
fromString (string $string) | |
toElement (BaseElementInterface $to, bool $leads_to_exactly_one=false) | |
Returns absolute path from root to the given element. More... | |
betweenElements (BaseElementInterface $from, BaseElementInterface $to, bool $leads_to_exactly_one=false) | |
Returns relative path between two given elements. More... | |
custom () | |
Definition at line 25 of file NullFactory.php.
ILIAS\MetaData\Paths\NullFactory::betweenElements | ( | BaseElementInterface | $from, |
BaseElementInterface | $to, | ||
bool | $leads_to_exactly_one = false |
||
) |
Returns relative path between two given elements.
If leads_to_exactly one is set true, it tries to add mdid filters where possible such that the path only leads to that specific element and not also others of the same type and position.
Implements ILIAS\MetaData\Paths\FactoryInterface.
Definition at line 37 of file NullFactory.php.
ILIAS\MetaData\Paths\NullFactory::custom | ( | ) |
Implements ILIAS\MetaData\Paths\FactoryInterface.
Definition at line 42 of file NullFactory.php.
ILIAS\MetaData\Paths\NullFactory::fromString | ( | string | $string | ) |
Implements ILIAS\MetaData\Paths\FactoryInterface.
Definition at line 27 of file NullFactory.php.
ILIAS\MetaData\Paths\NullFactory::toElement | ( | BaseElementInterface | $to, |
bool | $leads_to_exactly_one = false |
||
) |
Returns absolute path from root to the given element.
If leads_to_exactly one is set true, it will add mdid filters where possible such that the path only leads to that specific element and not also others of the same type and position.
Implements ILIAS\MetaData\Paths\FactoryInterface.
Definition at line 32 of file NullFactory.php.