| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\MetaData\Paths\NullPath:
 Collaboration diagram for ILIAS\MetaData\Paths\NullPath: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().
 Here is the call graph for this function:| ILIAS\MetaData\Paths\NullPath::toString | ( | ) | 
Implements ILIAS\MetaData\Paths\PathInterface.
Definition at line 40 of file NullPath.php.