ILIAS  release_7 Revision v7.30-3-g800a261c036
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 7 of file class.ilComponentsSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilComponentsSetupAgent::getArrayToConfigTransformation ( )

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

23 {
24 throw new \LogicException(self::class . " has no Config.");
25 }
A transformation is a function from one datatype to another.

◆ getBuildArtifactObjective()

ilComponentsSetupAgent::getBuildArtifactObjective ( )

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

46 : Setup\Objective
47 {
48 return new Setup\Objective\NullObjective();
49 }

◆ getInstallObjective()

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

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

30 : Setup\Objective
31 {
32 return new \ilComponentDefinitionsStoredObjective();
33 }

◆ getMigrations()

ilComponentsSetupAgent::getMigrations ( )

@inheritDoc

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

62 : array
63 {
64 return [];
65 }

◆ getStatusObjective()

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

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

54 : Setup\Objective
55 {
56 return new Setup\Objective\NullObjective();
57 }

◆ getUpdateObjective()

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

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

38 : Setup\Objective
39 {
40 return new \ilComponentDefinitionsStoredObjective(false);
41 }

◆ hasConfig()

ilComponentsSetupAgent::hasConfig ( )

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

14 : bool
15 {
16 return false;
17 }

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