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

Public Member Functions

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

Member Function Documentation

◆ getBuildObjective()

ILIAS\Object\Setup\ilObjectSetupAgent::getBuildObjective ( )

Definition at line 60 of file class.ilObjectSetupAgent.php.

60  : Objective
61  {
62  return new ilObjectTypeSpecificPropertiesArtifactObjective();
63  }

◆ getStatusObjective()

ILIAS\Object\Setup\ilObjectSetupAgent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 44 of file class.ilObjectSetupAgent.php.

44  : Objective
45  {
46  return new ObjectiveCollection(
47  'components/ILIAS/ILIASObject',
48  true,
50  $storage,
51  new ilObjectDBUpdateSteps()
52  ),
54  $storage,
55  new ilObject9DBUpdateSteps()
56  )
57  );
58  }

◆ getUpdateObjective()

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

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

30  : Objective
31  {
32  return new ObjectiveCollection(
33  'Database is updated for ILIASObject',
34  false,
36  new ilObjectDBUpdateSteps()
37  ),
39  new ilObject9DBUpdateSteps()
40  )
41  );
42  }

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