ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
LocatorBuilder.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\KioskMode;
22 
23 use ILIAS\UI;
24 
31 interface LocatorBuilder
32 {
36  public function end(): ControlBuilder;
37 
43  public function item(string $label, int $parameter): LocatorBuilder;
44 }
item(string $label, int $parameter)
Build an entry in the locator.
end()
Finish building the locator.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Build controls for the view.
Build a locator for the view.