ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\KioskMode Class Reference
+ Inheritance diagram for ILIAS\KioskMode:
+ Collaboration diagram for ILIAS\KioskMode:

Data Structures

interface  ControlBuilder
 Build controls for the view. More...
 
interface  LocatorBuilder
 Build a locator for the view. More...
 
class  State
 Keeps the state of a view in a simple stringly type key-value store. More...
 
interface  TOCBuilder
 Build a nested table of contents for the view. More...
 
interface  URLBuilder
 The URLBuilder allows views to get links that are used somewhere inline in the content. More...
 
interface  View
 A kiosk mode view on a certain object. More...
 

Public Member Functions

 init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
 

Detailed Description

Definition at line 23 of file KioskMode.php.

Member Function Documentation

◆ init()

ILIAS\KioskMode::init ( array|\ArrayAccess &  $define,
array|\ArrayAccess &  $implement,
array|\ArrayAccess &  $use,
array|\ArrayAccess &  $contribute,
array|\ArrayAccess &  $seek,
array|\ArrayAccess &  $provide,
array|\ArrayAccess &  $pull,
array|\ArrayAccess &  $internal 
)

Implements ILIAS\Component\Component.

Definition at line 25 of file KioskMode.php.

34  : void {
35  // ...
36  }

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