ILIAS  release_8 Revision v8.24
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 ()
 @inheritDoc More...
 

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

@inheritDoc

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)

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

55 : Setup\Objective
56 {
57 return new Setup\ObjectiveCollection(
58 "Updates of Services/Components",
59 false,
62 ),
64 );
65 }
This class attempt to achieve a set of database update steps.

◆ 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: