ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\GlobalScreen Class Reference
+ Inheritance diagram for ILIAS\GlobalScreen:
+ Collaboration diagram for ILIAS\GlobalScreen:

Data Structures

interface  isGlobalScreenItem
 

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,)
 

Data Fields

trait SingletonTrait
 Class SingletonTrait. More...
 

Detailed Description

Definition at line 23 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 25 of file GlobalScreen.php.

34  : void {
35  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
36  new \ilGlobalScreenSetupAgent(
37  $pull[\ILIAS\Refinery\Factory::class]
38  );
39 
40  $contribute[Component\Resource\PublicAsset::class] = fn() =>
41  new Component\Resource\Endpoint($this, "gs_content.php");
42 
43  $contribute[Component\Resource\PublicAsset::class] = fn() =>
44  new Component\Resource\Endpoint($this, "callback_handler.php");
45 
46  $contribute[Component\Resource\PublicAsset::class] = fn() =>
47  new Component\Resource\Endpoint($this, "notify.php");
48 
49  $contribute[Component\Resource\PublicAsset::class] = fn() =>
50  new Component\Resource\ComponentJS($this, "GS.js");
51  }
Interface Observer Contains several chained tasks and infos about them.

Field Documentation

◆ SingletonTrait

trait ILIAS\GlobalScreen::SingletonTrait
Initial value:
{
private static array $services = []

Class SingletonTrait.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 29 of file SingletonTrait.php.


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