ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilDataCollectionSetupAgent Class Reference
+ Inheritance diagram for ilDataCollectionSetupAgent:
+ Collaboration diagram for ilDataCollectionSetupAgent:

Public Member Functions

 getUpdateObjective (?Config $config=null)
 
 getMigrations ()
 
 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Storage $storage)
 
 getNamedObjectives (?Config $config=null)
 
 getBuildObjective ()
 

Detailed Description

Definition at line 28 of file class.ilDataCollectionSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilDataCollectionSetupAgent::getArrayToConfigTransformation ( )

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

55 {
56 throw new LogicException(self::class . " has no config.");
57 }
A transformation is a function from one datatype to another.

◆ getBuildArtifactObjective()

ilDataCollectionSetupAgent::getBuildArtifactObjective ( )

Definition at line 64 of file class.ilDataCollectionSetupAgent.php.

64 : Objective
65 {
66 return new NullObjective();
67 }
A non-objective, nothing to do to achieve it...
An objective is a desired state of the system that is supposed to be created by the setup.
Definition: Objective.php:31

◆ getBuildObjective()

ilDataCollectionSetupAgent::getBuildObjective ( )

Definition at line 79 of file class.ilDataCollectionSetupAgent.php.

79 : Objective
80 {
81 return new NullObjective();
82 }

◆ getInstallObjective()

ilDataCollectionSetupAgent::getInstallObjective ( ?Config  $config = null)

Definition at line 59 of file class.ilDataCollectionSetupAgent.php.

59 : Objective
60 {
61 return new NullObjective();
62 }

◆ getMigrations()

ilDataCollectionSetupAgent::getMigrations ( )

◆ getNamedObjectives()

ilDataCollectionSetupAgent::getNamedObjectives ( ?Config  $config = null)

Definition at line 74 of file class.ilDataCollectionSetupAgent.php.

74 : array
75 {
76 return [];
77 }

◆ getStatusObjective()

ilDataCollectionSetupAgent::getStatusObjective ( Storage  $storage)

Definition at line 69 of file class.ilDataCollectionSetupAgent.php.

69 : Objective
70 {
71 return new NullObjective();
72 }

◆ getUpdateObjective()

◆ hasConfig()

ilDataCollectionSetupAgent::hasConfig ( )

Definition at line 49 of file class.ilDataCollectionSetupAgent.php.

49 : bool
50 {
51 return false;
52 }

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