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

Data Structures

class  DataService
 Repository internal data service. More...
 
class  DomainService
 Domain facade. More...
 
class  GUIService
 
class  InternalDataService
 Repository internal data service. More...
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 Notes internal repo service. More...
 
class  InternalService
 Notes internal service. More...
 
class  NoteSettingsDBRepository
 
class  NotificationsManager
 
class  PrintViewProvider
 
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 Notes.php.

Member Function Documentation

◆ init()

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

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

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