ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilComponentsSetupAgent Class Reference
+ Inheritance diagram for ilComponentsSetupAgent:
+ Collaboration diagram for ilComponentsSetupAgent:

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 24 of file class.ilComponentsSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilComponentsSetupAgent::getArrayToConfigTransformation ( )

Definition at line 39 of file class.ilComponentsSetupAgent.php.

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

◆ getBuildArtifactObjective()

ilComponentsSetupAgent::getBuildArtifactObjective ( )

Definition at line 70 of file class.ilComponentsSetupAgent.php.

70  : Setup\Objective
71  {
72  return new Setup\ObjectiveCollection(
73  "Artifacts for Services/Component",
74  false,
77  );
78  }

◆ getInstallObjective()

ilComponentsSetupAgent::getInstallObjective ( Setup\Config  $config = null)

◆ getMigrations()

ilComponentsSetupAgent::getMigrations ( )

Definition at line 91 of file class.ilComponentsSetupAgent.php.

91  : array
92  {
93  return [];
94  }

◆ getStatusObjective()

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

Definition at line 83 of file class.ilComponentsSetupAgent.php.

83  : Setup\Objective
84  {
85  return new Setup\Objective\NullObjective();
86  }

◆ getUpdateObjective()

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

◆ hasConfig()

ilComponentsSetupAgent::hasConfig ( )

Definition at line 31 of file class.ilComponentsSetupAgent.php.

31  : bool
32  {
33  return false;
34  }

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