The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.
Table of Contents
This provides implementations for the Kiosk-Mode to construct views for certain objects and persist state in the database.
ilKioskModeService
is the central entry point for consumers of the service.ilKioskModeView
MUST be implemented by modules that want to provide a kiosk mode. Implementation MUST be located in theclasses
folder of their respective Module where the implementation is named il$MODULEKioskModeView. Implementations must adhere to the interfaceILIAS\KioskMode\View
.