ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ilDidacticTemplateSetupAgent Class Reference
+ Inheritance diagram for ilDidacticTemplateSetupAgent:
+ Collaboration diagram for ilDidacticTemplateSetupAgent:

Public Member Functions

 getUpdateObjective (?Config $config=null)
 
 getStatusObjective (Metrics\Storage $storage)
 
- 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 24 of file class.ilDidacticTemplateSetupAgent.php.

Member Function Documentation

◆ getStatusObjective()

ilDidacticTemplateSetupAgent::getStatusObjective ( Metrics\Storage  $storage)

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

33  : Objective
34  {
35  return new \ilDatabaseUpdateStepsMetricsCollectedObjectiv(
36  $storage,
38  );
39  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getUpdateObjective()

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

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

26  : Objective
27  {
30  );
31  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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