ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Export Class Reference
+ Inheritance diagram for ILIAS\Export:
+ Collaboration diagram for ILIAS\Export:

Data Structures

class  AbstractPrintViewProvider
 
class  ExternalDomainService
 
class  InternalDataService
 
class  InternalDomainService
 
class  InternalGUIService
 Export internal ui service. More...
 
class  InternalRepoService
 
class  InternalService
 Export internal service. More...
 
class  PrintProcessGUI
 
interface  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 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: