ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\GlobalScreen_ Class Reference
+ Inheritance diagram for ILIAS\GlobalScreen_:
+ Collaboration diagram for ILIAS\GlobalScreen_:

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,)
 
- Public Member Functions inherited from ILIAS\Component
 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 27 of file GlobalScreen_.php.

Member Function Documentation

◆ init()

ILIAS\GlobalScreen_::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 29 of file GlobalScreen_.php.

38  : void {
39  // ...
40 
41  // UI Footer
42  $contribute[\ILIAS\Setup\Agent::class] = static fn(): Agent => new Agent(
43  $pull[Factory::class]
44  );
45  }

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