ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilObjCloudModuleUpdateAgent Class Reference
+ Inheritance diagram for ilObjCloudModuleUpdateAgent:
+ Collaboration diagram for ilObjCloudModuleUpdateAgent:

Public Member Functions

 getUpdateObjective (Setup\Config $config=null)
 
 getStatusObjective (Metrics\Storage $storage)
 
 getMigrations ()
 

Detailed Description

Definition at line 25 of file ilObjCloudModuleUpdateAgent.php.

Member Function Documentation

◆ getMigrations()

ilObjCloudModuleUpdateAgent::getMigrations ( )
Returns
ilObjCloudModuleMigration[]

Definition at line 42 of file ilObjCloudModuleUpdateAgent.php.

42  : array
43  {
44  return [new ilObjCloudModuleMigration()];
45  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getStatusObjective()

ilObjCloudModuleUpdateAgent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 34 of file ilObjCloudModuleUpdateAgent.php.

34  : Objective
35  {
37  }
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()

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

Definition at line 27 of file ilObjCloudModuleUpdateAgent.php.

27  : Setup\Objective
28  {
31  );
32  }
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: