ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilGlobalScreenSetupAgent Class Reference
+ Inheritance diagram for ilGlobalScreenSetupAgent:
+ Collaboration diagram for ilGlobalScreenSetupAgent:

Public Member Functions

 __construct (protected Refinery $refinery)
 
 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Config $config=null)
 
 getUpdateObjective (?Config $config=null)
 
 getBuildObjective ()
 
 getStatusObjective (Storage $storage)
 
 getMigrations ()
 
- Public Member Functions inherited from ILIAS\Setup\Agent
 getInstallObjective (?Config $config=null)
 Get the goals the agent wants to achieve on setup. More...
 
 getUpdateObjective (?Config $config=null)
 Get the goal the agent wants to achieve on update. More...
 
 getStatusObjective (Metrics\Storage $storage)
 Get the objective to be achieved when status is requested. More...
 
 getNamedObjectives (?Config $config=null)
 Gets all named objectives The keys of the returned array are the commands. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilGlobalScreenSetupAgent::__construct ( protected Refinery  $refinery)

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

35  {
36  }

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlobalScreenSetupAgent::getArrayToConfigTransformation ( )

Implements ILIAS\Setup\Agent.

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

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

◆ getBuildObjective()

ilGlobalScreenSetupAgent::getBuildObjective ( )

Implements ILIAS\Setup\Agent.

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

73  : Objective
74  {
76  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30

◆ getInstallObjective()

ilGlobalScreenSetupAgent::getInstallObjective ( ?Config  $config = null)

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

57  : Objective
58  {
59  return new NullObjective();
60  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
A non-objective, nothing to do to achieve it...

◆ getMigrations()

ilGlobalScreenSetupAgent::getMigrations ( )

Implements ILIAS\Setup\Agent.

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

89  : array
90  {
91  return [];
92  }

◆ getStatusObjective()

ilGlobalScreenSetupAgent::getStatusObjective ( Storage  $storage)

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

81  : Objective
82  {
83  return new NullObjective();
84  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
A non-objective, nothing to do to achieve it...

◆ getUpdateObjective()

ilGlobalScreenSetupAgent::getUpdateObjective ( ?Config  $config = null)

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

65  : Objective
66  {
67  return new NullObjective();
68  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
A non-objective, nothing to do to achieve it...

◆ hasConfig()

ilGlobalScreenSetupAgent::hasConfig ( )

Implements ILIAS\Setup\Agent.

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

41  : bool
42  {
43  return false;
44  }

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