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

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 

Detailed Description

Definition at line 25 of file ilNotificationUpdateAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilNotificationUpdateAgent::getArrayToConfigTransformation ( )

Definition at line 34 of file ilNotificationUpdateAgent.php.

34  : Refinery\Transformation
35  {
36  throw new LogicException('Agent has no config.');
37  }

◆ getBuildArtifactObjective()

ilNotificationUpdateAgent::getBuildArtifactObjective ( )

Definition at line 59 of file ilNotificationUpdateAgent.php.

59  : Setup\Objective
60  {
61  return new Setup\Objective\NullObjective();
62  }

◆ getInstallObjective()

ilNotificationUpdateAgent::getInstallObjective ( Setup\Config  $config = null)

Definition at line 39 of file ilNotificationUpdateAgent.php.

39  : Setup\Objective
40  {
41  return new Setup\Objective\NullObjective();
42  }

◆ getMigrations()

ilNotificationUpdateAgent::getMigrations ( )

Definition at line 69 of file ilNotificationUpdateAgent.php.

69  : array
70  {
71  return [];
72  }

◆ getStatusObjective()

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

Definition at line 64 of file ilNotificationUpdateAgent.php.

64  : Setup\Objective
65  {
66  return new Setup\Objective\NullObjective();
67  }

◆ getUpdateObjective()

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

Definition at line 44 of file ilNotificationUpdateAgent.php.

44  : Setup\Objective
45  {
46  return new Setup\ObjectiveCollection(
47  'Notification Objectives',
48  true,
50  'nota',
51  'Notification Service Administration Object'
52  ),
55  )
56  );
57  }

◆ hasConfig()

ilNotificationUpdateAgent::hasConfig ( )

Definition at line 29 of file ilNotificationUpdateAgent.php.

29  : bool
30  {
31  return false;
32  }

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