ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilTestQuestionPoolSetupAgent.php
Go to the documentation of this file.
1 <?php
2 
23 
25 {
27  {
28  return new ObjectiveCollection(
29  'Database is updated for component/ILIAS/TestQuestionPool',
30  false,
33  ),
36  )
37  );
38  }
39 
40  public function getStatusObjective(Metrics\Storage $storage): Objective
41  {
42  return new ObjectiveCollection(
43  'component/ILIAS/TestQuestionPool',
44  true,
46  $storage,
48  ),
50  $storage,
52  )
53  );
54  }
55 
56  public function getMigrations(): array
57  {
58  return [
60  ];
61  }
62 
63 }
A objective collection is a objective that is achieved once all subobjectives are achieved...
An agent that just doesn&#39;t do a thing.
Definition: NullAgent.php:34
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
Interface Observer Contains several chained tasks and infos about them.
getUpdateObjective(?ILIAS\Setup\Config $config=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A configuration for the setup.
Definition: Config.php:26