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

Public Member Functions

 getUpdateObjective (?ILIAS\Setup\Config $config=null)
 
 getStatusObjective (Metrics\Storage $storage)
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Config $config=null)
 
 getBuildObjective ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen_\UI\Footer\Setup\Agent\NullAgent
 __construct (Refinery $refinery)
 
 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Config $config=null)
 
 getUpdateObjective (?Config $config=null)
 
 getBuildObjective ()
 
 getStatusObjective (Metrics\Storage $storage)
 
 getMigrations ()
 
 getNamedObjectives (?Config $config=null)
 

Additional Inherited Members

- Protected Attributes inherited from ILIAS\GlobalScreen_\UI\Footer\Setup\Agent\NullAgent
Refinery $refinery
 

Detailed Description

Definition at line 28 of file ilCourseSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilCourseSetupAgent::getArrayToConfigTransformation ( )

Definition at line 42 of file ilCourseSetupAgent.php.

43  {
44  throw new \LogicException("Agent has no config.");
45  }
A transformation is a function from one datatype to another.

◆ getBuildObjective()

ilCourseSetupAgent::getBuildObjective ( )

Definition at line 52 of file ilCourseSetupAgent.php.

52  : Objective
53  {
54  return new Setup\Objective\NullObjective();
55  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30

◆ getInstallObjective()

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

Definition at line 47 of file ilCourseSetupAgent.php.

47  : Objective
48  {
49  return new Setup\Objective\NullObjective();
50  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30

◆ getStatusObjective()

ilCourseSetupAgent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 37 of file ilCourseSetupAgent.php.

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

◆ getUpdateObjective()

ilCourseSetupAgent::getUpdateObjective ( ?ILIAS\Setup\Config  $config = null)

Definition at line 32 of file ilCourseSetupAgent.php.

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

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