ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLearningModuleSetupAgent Class Reference
+ Inheritance diagram for ilLearningModuleSetupAgent:
+ Collaboration diagram for ilLearningModuleSetupAgent:

Public Member Functions

 hasConfig ()
 
 getConfigInput (Setup\Config $config=null)
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 

Detailed Description

Definition at line 9 of file class.ilLearningModuleSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilLearningModuleSetupAgent::getArrayToConfigTransformation ( )

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

30  : Refinery\Transformation
31  {
32  throw new \LogicException("Agent has no config.");
33  }

◆ getBuildArtifactObjective()

ilLearningModuleSetupAgent::getBuildArtifactObjective ( )

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

62  : Setup\Objective
63  {
64  return new Setup\NullObjective();
65  }

◆ getConfigInput()

ilLearningModuleSetupAgent::getConfigInput ( Setup\Config  $config = null)

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

22  : UI\Component\Input\Field\Input
23  {
24  throw new \LogicException("Agent has no config.");
25  }

◆ getInstallObjective()

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

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

References ilFileSystemComponentDataDirectoryCreatedObjective\WEBDIR.

38  : Setup\Objective
39  {
41  'lm_data',
43  );
44  return new Setup\ObjectiveCollection(
45  "Complete objectives from Modules/LearningModule",
46  false,
47  $dir_objective
48  );
49  }

◆ getUpdateObjective()

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

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

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

◆ hasConfig()

ilLearningModuleSetupAgent::hasConfig ( )

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

14  : bool
15  {
16  return false;
17  }

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