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

Data Structures

class  InternalDataService
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 
class  InternalService
 
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 HTMLLearningModule.php.

Member Function Documentation

◆ init()

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

34  : void {
35  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
36  new \ilHTLMSetupAgent(
37  $pull[\ILIAS\Refinery\Factory::class]
38  );
39  }
Interface Observer Contains several chained tasks and infos about them.

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