ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.