ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Cloud Class Reference
+ Inheritance diagram for ILIAS\Cloud:
+ Collaboration diagram for ILIAS\Cloud:

Data Structures

class  Agent
 
class  RemoveCloudDBUpdate
 

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 27 of file Cloud.php.

Member Function Documentation

◆ init()

ILIAS\Cloud::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 29 of file Cloud.php.

38  : void {
39  $contribute[\ILIAS\Setup\Agent::class] = static fn(): \ILIAS\Setup\Agent => new CloudSetupAgent(
40  $pull[Factory::class]
41  );
42  }
Interface Observer Contains several chained tasks and infos about them.

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