ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 14 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.


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