ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\KioskMode\LocatorBuilder Interface Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ end()

ILIAS\KioskMode\LocatorBuilder::end ( )

Finish building the locator.

Implemented in LSLocatorBuilder.

◆ item()

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.


The documentation for this interface was generated from the following file: