ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Build a locator for the view. More...
Public Member Functions | |
end () | |
Finish building the locator. More... | |
item (string $label, int $parameter) | |
Build an entry in the locator. More... | |
Build a locator for the view.
The entries of the locator are understood to be given from general to specific, e.g. Chapter 1 > Section 1.1 > Paragraph 1.1.a ...
Definition at line 17 of file LocatorBuilder.php.
ILIAS\KioskMode\LocatorBuilder::end | ( | ) |
Finish building the locator.
Implemented in LSLocatorBuilder.
ILIAS\KioskMode\LocatorBuilder::item | ( | string | $label, |
int | $parameter | ||
) |
Build an entry in the locator.
The parameter will be appended to the command when updating state.
Implemented in LSLocatorBuilder.