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

Public Member Functions

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

Protected Attributes

 $refinery
 

Detailed Description

Definition at line 10 of file class.ilGlobalScreenSetupAgent.php.

Constructor & Destructor Documentation

◆ __construct()

ilGlobalScreenSetupAgent::__construct ( Refinery  $refinery)

Definition at line 17 of file class.ilGlobalScreenSetupAgent.php.

References $refinery.

18  {
19  $this->refinery = $refinery;
20  }

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlobalScreenSetupAgent::getArrayToConfigTransformation ( )

Definition at line 41 of file class.ilGlobalScreenSetupAgent.php.

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

◆ getBuildArtifactObjective()

ilGlobalScreenSetupAgent::getBuildArtifactObjective ( )

Definition at line 65 of file class.ilGlobalScreenSetupAgent.php.

65  : Setup\Objective
66  {
67  return new \ilGlobalScreenBuildProviderMapObjective();
68  }

◆ getConfigInput()

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

Definition at line 33 of file class.ilGlobalScreenSetupAgent.php.

34  {
35  throw new \LogicException(self::class . " has no Config.");
36  }

◆ getInstallObjective()

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

Definition at line 49 of file class.ilGlobalScreenSetupAgent.php.

49  : Setup\Objective
50  {
51  return new Setup\NullObjective();
52  }

◆ getUpdateObjective()

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

Definition at line 57 of file class.ilGlobalScreenSetupAgent.php.

57  : Setup\Objective
58  {
59  return new Setup\NullObjective();
60  }

◆ hasConfig()

ilGlobalScreenSetupAgent::hasConfig ( )

Definition at line 25 of file class.ilGlobalScreenSetupAgent.php.

25  : bool
26  {
27  return false;
28  }

Field Documentation

◆ $refinery

ilGlobalScreenSetupAgent::$refinery
protected

Definition at line 15 of file class.ilGlobalScreenSetupAgent.php.

Referenced by __construct().


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