ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
NullStructureNavigator.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
29 {
30 return new NullStructureNavigator();
31 }
32
34 {
35 return new NullStructureNavigator();
36 }
37
39 {
40 return new NullStructureElement();
41 }
42
44 {
45 return new NullStructureElement();
46 }
47}
elementAtFinalStep()
Returns the element at the end of the path.
element()
Returns the element at the current step in the path.