ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 

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  }

◆ getBuildArtifactObjective()

ilLearningSequenceSetupAgent::getBuildArtifactObjective ( )

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

68  : Setup\Objective
69  {
70  return new Setup\Objective\NullObjective();
71  }

◆ getInstallObjective()

◆ getMigrations()

ilLearningSequenceSetupAgent::getMigrations ( )

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

84  : array
85  {
86  return [];
87  }

◆ getStatusObjective()

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

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

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

◆ getUpdateObjective()

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

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

58  : Setup\Objective
59  {
62  );
63  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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