19 declare(strict_types=1);
40 $return = parent::nextStep();
44 throw new \ilMDPathException(
'Invalid Navigator');
49 $return = parent::previousStep();
53 throw new \ilMDPathException(
'Invalid Navigator');
58 $element = parent::elementsAtFinalStep()->current();
60 throw new \ilMDPathException(
69 $element = parent::elements()->current();
71 throw new \ilMDPathException(
__construct(Container $dic, ilPlugin $plugin)