ILIAS  release_8 Revision v8.24
ilForumSetupAgent Class Reference
+ Inheritance diagram for ilForumSetupAgent:
+ Collaboration diagram for ilForumSetupAgent:

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 24 of file class.ilForumSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilForumSetupAgent::getArrayToConfigTransformation ( )

Definition at line 33 of file class.ilForumSetupAgent.php.

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

◆ getBuildArtifactObjective()

ilForumSetupAgent::getBuildArtifactObjective ( )

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

53 : Setup\Objective
54 {
55 return new Setup\Objective\NullObjective();
56 }

◆ getInstallObjective()

◆ getMigrations()

ilForumSetupAgent::getMigrations ( )

Definition at line 63 of file class.ilForumSetupAgent.php.

63 : array
64 {
65 return [];
66 }

◆ getStatusObjective()

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

Definition at line 58 of file class.ilForumSetupAgent.php.

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

◆ getUpdateObjective()

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

Definition at line 46 of file class.ilForumSetupAgent.php.

46 : Setup\Objective
47 {
50 );
51 }
This class attempt to achieve a set of database update steps.

◆ hasConfig()

ilForumSetupAgent::hasConfig ( )

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

28 : bool
29 {
30 return false;
31 }

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