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