ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 23 of file NullPath.php.
ILIAS\MetaData\Paths\NullPath::isRelative | ( | ) |
Relative paths start at some otherwise determined element, absolute paths start at root.
Implements ILIAS\MetaData\Paths\PathInterface.
Definition at line 30 of file NullPath.php.
ILIAS\MetaData\Paths\NullPath::leadsToExactlyOneElement | ( | ) |
Specifies whether the path should point to exactly one element, or whether it can also lead to no or many elements.
Implements ILIAS\MetaData\Paths\PathInterface.
Definition at line 35 of file NullPath.php.
ILIAS\MetaData\Paths\NullPath::steps | ( | ) |
Get all steps in the path.
Implements ILIAS\MetaData\Paths\PathInterface.
Definition at line 25 of file NullPath.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
ILIAS\MetaData\Paths\NullPath::toString | ( | ) |
Implements ILIAS\MetaData\Paths\PathInterface.
Definition at line 40 of file NullPath.php.