ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
LocatorBuilder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\KioskMode;
22
23use ILIAS\UI;
24
32{
36 public function end(): ControlBuilder;
37
43 public function item(string $label, int $parameter): LocatorBuilder;
44}
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...