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

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 7 of file class.ilComponentsSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilComponentsSetupAgent::getArrayToConfigTransformation ( )

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

29  {
30  throw new \LogicException(self::class . " has no Config.");
31  }
A transformation is a function from one datatype to another.

◆ getBuildArtifactObjective()

ilComponentsSetupAgent::getBuildArtifactObjective ( )

Definition at line 52 of file class.ilComponentsSetupAgent.php.

52  : Setup\Objective
53  {
54  return new Setup\NullObjective();
55  }

◆ getConfigInput()

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

Definition at line 20 of file class.ilComponentsSetupAgent.php.

21  {
22  throw new \LogicException(self::class . " has no Config.");
23  }

◆ getInstallObjective()

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

Definition at line 36 of file class.ilComponentsSetupAgent.php.

36  : Setup\Objective
37  {
38  return new \ilComponentDefinitionsStoredObjective();
39  }

◆ getUpdateObjective()

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

Definition at line 44 of file class.ilComponentsSetupAgent.php.

44  : Setup\Objective
45  {
46  return new \ilComponentDefinitionsStoredObjective(false);
47  }

◆ hasConfig()

ilComponentsSetupAgent::hasConfig ( )

Definition at line 12 of file class.ilComponentsSetupAgent.php.

12  : bool
13  {
14  return false;
15  }

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