ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilEventHandlingSetupAgent Class Reference
+ Inheritance diagram for ilEventHandlingSetupAgent:
+ Collaboration diagram for ilEventHandlingSetupAgent:

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 

Detailed Description

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

Member Function Documentation

◆ getArrayToConfigTransformation()

ilEventHandlingSetupAgent::getArrayToConfigTransformation ( )

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.

◆ getBuildArtifactObjective()

ilEventHandlingSetupAgent::getBuildArtifactObjective ( )

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 ( )

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

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

◆ getStatusObjective()

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

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

80  : Setup\Objective
81  {
83  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getUpdateObjective()

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

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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ hasConfig()

ilEventHandlingSetupAgent::hasConfig ( )

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: