ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilLearningSequenceSetupAgent Class Reference
+ Inheritance diagram for ilLearningSequenceSetupAgent:
+ Collaboration diagram for ilLearningSequenceSetupAgent:

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.ilLearningSequenceSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilLearningSequenceSetupAgent::getArrayToConfigTransformation ( )

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

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

◆ getBuildArtifactObjective()

ilLearningSequenceSetupAgent::getBuildArtifactObjective ( )

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

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

◆ getConfigInput()

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

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

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

◆ getInstallObjective()

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

◆ getUpdateObjective()

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

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

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

◆ hasConfig()

ilLearningSequenceSetupAgent::hasConfig ( )

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

14  : bool
15  {
16  return false;
17  }

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