ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilEventHandlingSetupAgent Class Reference
+ Inheritance diagram for ilEventHandlingSetupAgent:
+ Collaboration diagram for ilEventHandlingSetupAgent:

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (?Setup\Config $config=null)
 
 getUpdateObjective (?Setup\Config $config=null)
 
 getBuildObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 
- Public Member Functions inherited from ILIAS\Setup\Agent
 getInstallObjective (?Config $config=null)
 Get the goals the agent wants to achieve on setup. More...
 
 getUpdateObjective (?Config $config=null)
 Get the goal the agent wants to achieve on update. More...
 
 getStatusObjective (Metrics\Storage $storage)
 Get the objective to be achieved when status is requested. More...
 
 getNamedObjectives (?Config $config=null)
 Gets all named objectives The keys of the returned array are the commands. More...
 

Detailed Description

Definition at line 22 of file class.ilEventHandlingSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilEventHandlingSetupAgent::getArrayToConfigTransformation ( )

Implements ILIAS\Setup\Agent.

Definition at line 37 of file class.ilEventHandlingSetupAgent.php.

38  {
39  throw new LogicException(self::class . " has no Config.");
40  }
A transformation is a function from one datatype to another.

◆ getBuildObjective()

ilEventHandlingSetupAgent::getBuildObjective ( )

Implements ILIAS\Setup\Agent.

Definition at line 68 of file class.ilEventHandlingSetupAgent.php.

68  : Setup\Objective
69  {
70  return new Setup\ObjectiveCollection(
71  "Artifacts for Services/EventHandling",
72  false,
74  );
75  }

◆ getInstallObjective()

ilEventHandlingSetupAgent::getInstallObjective ( ?Setup\Config  $config = null)

◆ getMigrations()

ilEventHandlingSetupAgent::getMigrations ( )

Implements ILIAS\Setup\Agent.

Definition at line 88 of file class.ilEventHandlingSetupAgent.php.

88  : array
89  {
90  return [];
91  }

◆ getStatusObjective()

ilEventHandlingSetupAgent::getStatusObjective ( Setup\Metrics\Storage  $storage)

Definition at line 80 of file class.ilEventHandlingSetupAgent.php.

80  : Setup\Objective
81  {
83  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getUpdateObjective()

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

Definition at line 53 of file class.ilEventHandlingSetupAgent.php.

53  : Setup\Objective
54  {
55  return new Setup\ObjectiveCollection(
56  "Updates of Services/EventHandling",
57  false,
60  ),
62  );
63  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ hasConfig()

ilEventHandlingSetupAgent::hasConfig ( )

Implements ILIAS\Setup\Agent.

Definition at line 29 of file class.ilEventHandlingSetupAgent.php.

29  : bool
30  {
31  return false;
32  }

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