ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
4namespace ILIAS\KioskMode;
5
6use ILIAS\UI;
7
15{
19 //public function end(): ControlBuilder;
20 public function end();
21
27 public function item(string $label, int $parameter) : LocatorBuilder;
28}
An exception for terminatinating execution or to throw for unit testing.
Build a locator for the view.
item(string $label, int $parameter)
Build an entry in the locator.
end()
Finish building the locator.