ILIAS  release_8 Revision v8.19
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 ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 

Protected Attributes

Refinery $refinery
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilGlobalScreenSetupAgent::__construct ( Refinery  $refinery)

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

References $refinery, and ILIAS\Repository\refinery().

+ Here is the call graph for this function:

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlobalScreenSetupAgent::getArrayToConfigTransformation ( )

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

45  {
46  throw new LogicException(self::class . " has no Config.");
47  }
A transformation is a function from one datatype to another.

◆ getBuildArtifactObjective()

ilGlobalScreenSetupAgent::getBuildArtifactObjective ( )

◆ getInstallObjective()

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

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

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

◆ getMigrations()

ilGlobalScreenSetupAgent::getMigrations ( )

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

84  : array
85  {
86  return [];
87  }

◆ getStatusObjective()

ilGlobalScreenSetupAgent::getStatusObjective ( Setup\Metrics\Storage  $storage)

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

76  : Setup\Objective
77  {
78  return new Setup\Objective\NullObjective();
79  }

◆ getUpdateObjective()

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

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

60  : Setup\Objective
61  {
62  return new Setup\Objective\NullObjective();
63  }

◆ hasConfig()

ilGlobalScreenSetupAgent::hasConfig ( )

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

36  : bool
37  {
38  return false;
39  }

Field Documentation

◆ $refinery

Refinery ilGlobalScreenSetupAgent::$refinery
protected

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

Referenced by __construct().


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