| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Build a locator for the view. More...
 Inheritance diagram for ILIAS\KioskMode\LocatorBuilder:
 Collaboration diagram for ILIAS\KioskMode\LocatorBuilder: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.