ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MediaPool Class Reference
+ Inheritance diagram for ILIAS\MediaPool:
+ Collaboration diagram for ILIAS\MediaPool:

Data Structures

class  InternalDataService
 Repository internal data service. More...
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 
class  InternalService
 Media pool 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 25 of file MediaPool.php.

Member Function Documentation

◆ init()

ILIAS\MediaPool::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 27 of file MediaPool.php.

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

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