ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 25 of file class.ilComponentsSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilComponentsSetupAgent::getArrayToConfigTransformation ( )

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

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

◆ getBuildArtifactObjective()

ilComponentsSetupAgent::getBuildArtifactObjective ( )

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

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

◆ getInstallObjective()

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

◆ getMigrations()

ilComponentsSetupAgent::getMigrations ( )

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

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

◆ getStatusObjective()

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

◆ getUpdateObjective()

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

◆ hasConfig()

ilComponentsSetupAgent::hasConfig ( )

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

32  : bool
33  {
34  return false;
35  }

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