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

Public Member Functions

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

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.

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

References $refinery.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlobalScreenSetupAgent::getArrayToConfigTransformation ( )

@inheritdocs

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 ( )

@inheritdocs

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)

@inheritdocs

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

34 {
35 throw new \LogicException(self::class . " has no Config.");
36 }
This describes commonalities between all inputs.
Definition: Input.php:32

◆ getInstallObjective()

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

@inheritdocs

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)

@inheritdocs

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

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

◆ hasConfig()

ilGlobalScreenSetupAgent::hasConfig ( )

@inheritdocs

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: