ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Setup\Agent Class Reference
+ Inheritance diagram for ILIAS\Setup\Agent:
+ Collaboration diagram for ILIAS\Setup\Agent:

Public Member Functions

 getUpdateObjective (?Setup\Config $config=null)
 
 getMigrations ()
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.d.nosp@m.e

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

Member Function Documentation

◆ getMigrations()

ILIAS\Setup\Agent::getMigrations ( )

Definition at line 38 of file class.Agent.php.

Referenced by ILIAS\Setup\AgentCollection\getStatusObjective().

38  : array
39  {
40  return [
41  new SelectOptionsMigration(),
42  new RecordFilesMigration()
43  ];
44  }
+ Here is the caller graph for this function:

◆ getUpdateObjective()

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

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

28  : Setup\Objective
29  {
30  return new Setup\ObjectiveCollection(
31  'AdvancedMetaData',
32  false,
33  new \ilDatabaseUpdateStepsExecutedObjective(new DBUpdateSteps8()),
34  new \ilDatabaseUpdateStepsExecutedObjective(new DBUpdateSteps10())
35  );
36  }

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