ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
NullStructureNavigator.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
element()
Returns the element at the current step in the path.
elementAtFinalStep()
Returns the element at the end of the path.
nextStep()
Returns null if there is no next step.