ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NavigatorFactoryInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
28{
35 public function navigator(
37 ElementInterface $start_element
39
46 public function structureNavigator(
48 StructureElementInterface $start_element
50}
structureNavigator(PathInterface $path, StructureElementInterface $start_element)
Used to navigate on a metadata set structure along the given path.
navigator(PathInterface $path, ElementInterface $start_element)
Used to navigate on a metadata set along the given path.
$path
Definition: ltiservices.php:30