ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
LocatorBuilder.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /* Copyright (c) 2018 - Richard Klees <richard.klees@concepts-and-training.de> - Extended GPL, see LICENSE */
6 
7 namespace ILIAS\KioskMode;
8 
9 use ILIAS\UI;
10 
17 interface LocatorBuilder
18 {
22  public function end(): ControlBuilder;
23 
29  public function item(string $label, int $parameter): LocatorBuilder;
30 }
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.