ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NavigatorFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27
29{
31
33 {
34 $this->bridge = $bridge;
35 }
36
37 public function navigator(
39 ElementInterface $start_element
41 return new Navigator($path, $start_element, $this->bridge);
42 }
43
44 public function structureNavigator(
46 StructureElementInterface $start_element
48 return new StructureNavigator($path, $start_element, $this->bridge);
49 }
50}
navigator(PathInterface $path, ElementInterface $start_element)
Used to navigate on a metadata set along the given path.
structureNavigator(PathInterface $path, StructureElementInterface $start_element)
Used to navigate on a metadata set structure along the given path.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:30