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

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Setup\Config $config=null)
 
 getUpdateObjective (?Setup\Config $config=null)
 
 getBuildObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 @inheritDoc More...
 

Detailed Description

Definition at line 24 of file class.ilLearningSequenceSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilLearningSequenceSetupAgent::getArrayToConfigTransformation ( )

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

39 : Refinery\Transformation
40 {
41 throw new \LogicException("Agent has no config.");
42 }

◆ getBuildObjective()

ilLearningSequenceSetupAgent::getBuildObjective ( )

Definition at line 75 of file class.ilLearningSequenceSetupAgent.php.

75 : Setup\Objective
76 {
77 return new Setup\Objective\NullObjective();
78 }

◆ getInstallObjective()

◆ getMigrations()

ilLearningSequenceSetupAgent::getMigrations ( )

@inheritDoc

Definition at line 96 of file class.ilLearningSequenceSetupAgent.php.

96 : array
97 {
98 return [];
99 }

◆ getStatusObjective()

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

◆ getUpdateObjective()

ilLearningSequenceSetupAgent::getUpdateObjective ( ?Setup\Config  $config = null)

Definition at line 58 of file class.ilLearningSequenceSetupAgent.php.

58 : Setup\Objective
59 {
60 return new Setup\ObjectiveCollection(
61 'Database is updated for Module/LearningSequence',
62 false,
65 ),
68 )
69 );
70 }
This class attempt to achieve a set of database update steps.

◆ hasConfig()

ilLearningSequenceSetupAgent::hasConfig ( )

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

31 : bool
32 {
33 return false;
34 }

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