ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilEventHandlingSetupAgent Class Reference
+ Inheritance diagram for ilEventHandlingSetupAgent:
+ Collaboration diagram for ilEventHandlingSetupAgent:

Public Member Functions

 hasConfig ()
 @inheritDoc More...
 
 getArrayToConfigTransformation ()
 @inheritDoc More...
 
 getInstallObjective (?Setup\Config $config=null)
 @inheritDoc More...
 
 getUpdateObjective (?Setup\Config $config=null)
 @inheritDoc More...
 
 getBuildObjective ()
 @inheritDoc More...
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 @inheritDoc More...
 
 getMigrations ()
 @inheritDoc More...
 

Detailed Description

Definition at line 22 of file class.ilEventHandlingSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilEventHandlingSetupAgent::getArrayToConfigTransformation ( )

@inheritDoc

Definition at line 37 of file class.ilEventHandlingSetupAgent.php.

38 {
39 throw new LogicException(self::class . " has no Config.");
40 }
A transformation is a function from one datatype to another.

◆ getBuildObjective()

ilEventHandlingSetupAgent::getBuildObjective ( )

@inheritDoc

Definition at line 68 of file class.ilEventHandlingSetupAgent.php.

68 : Setup\Objective
69 {
70 return new Setup\ObjectiveCollection(
71 "Artifacts for Services/EventHandling",
72 false,
74 );
75 }

◆ getInstallObjective()

ilEventHandlingSetupAgent::getInstallObjective ( ?Setup\Config  $config = null)

◆ getMigrations()

ilEventHandlingSetupAgent::getMigrations ( )

@inheritDoc

Definition at line 88 of file class.ilEventHandlingSetupAgent.php.

88 : array
89 {
90 return [];
91 }

◆ getStatusObjective()

ilEventHandlingSetupAgent::getStatusObjective ( Setup\Metrics\Storage  $storage)

@inheritDoc

Definition at line 80 of file class.ilEventHandlingSetupAgent.php.

◆ getUpdateObjective()

ilEventHandlingSetupAgent::getUpdateObjective ( ?Setup\Config  $config = null)

@inheritDoc

Definition at line 53 of file class.ilEventHandlingSetupAgent.php.

53 : Setup\Objective
54 {
55 return new Setup\ObjectiveCollection(
56 "Updates of Services/EventHandling",
57 false,
60 ),
62 );
63 }
This class attempt to achieve a set of database update steps.

◆ hasConfig()

ilEventHandlingSetupAgent::hasConfig ( )

@inheritDoc

Definition at line 29 of file class.ilEventHandlingSetupAgent.php.

29 : bool
30 {
31 return false;
32 }

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