ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LearningModule Class Reference
+ Inheritance diagram for ILIAS\LearningModule:
+ Collaboration diagram for ILIAS\LearningModule:

Data Structures

class  InternalDataService
 Learning modules internal data service. More...
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 Learning modules internal repo service. More...
 
class  InternalService
 Learning modules internal service. More...
 
class  Service
 

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 LearningModule.php.

Member Function Documentation

◆ init()

ILIAS\LearningModule::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 LearningModule.php.

34  : void {
35  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
36  new \ilLearningModuleSetupAgent(
37  $pull[\ILIAS\Refinery\Factory::class]
38  );
39  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
40  new \ILIAS\LearningModule\Setup\DBUpdateAgent(
41  $pull[\ILIAS\Refinery\Factory::class]
42  );
43 
44  $contribute[Component\Resource\PublicAsset::class] = fn() =>
45  new Component\Resource\ComponentJS($this, "LearningModule.js");
46  }
Interface Observer Contains several chained tasks and infos about them.

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