ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
LocatorBuilder.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2018 - Richard Klees <richard.klees@concepts-and-training.de> - Extended GPL, see LICENSE */
3 
4 namespace ILIAS\KioskMode;
5 
6 use ILIAS\UI;
7 
14 interface LocatorBuilder
15 {
19  //public function end(): ControlBuilder;
20  public function end();
21 
27  public function item(string $label, int $parameter) : LocatorBuilder;
28 }
item(string $label, int $parameter)
Build an entry in the locator.
end()
Finish building the locator.
Build a locator for the view.