ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.