Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.02 KB

Kiosk-Mode

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

Purpose

This provides implementations for the Kiosk-Mode to construct views for certain objects and persist state in the database.

Public Interface

  • 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 the classes folder of their respective Module where the implementation is named il$MODULEKioskModeView. Implementations must adhere to the interface ILIAS\KioskMode\View.