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

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 28 of file Export.php.

Member Function Documentation

◆ init()

ILIAS\Export::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 30 of file Export.php.

Referenced by ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler\__construct().

39  : void {
40  $contribute[SetupAgent::class] = fn() => new ilExportSetupAgent($pull[RefineryFactory::class]);
41  $contribute[SetupAgent::class] = fn() => new HTML\Setup\Agent($pull[RefineryFactory::class]);
42  }
+ Here is the caller graph for this function:

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