ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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)
 
 getBuildObjective ()
 
 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 }

◆ getBuildObjective()

ilForumSetupAgent::getBuildObjective ( )

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

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

◆ getInstallObjective()

◆ getMigrations()

ilForumSetupAgent::getMigrations ( )

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

71 : array
72 {
73 return [];
74 }

◆ getStatusObjective()

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

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

◆ getUpdateObjective()

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

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

46 : Setup\Objective
47 {
48 return new Setup\ObjectiveCollection(
49 'Forum',
50 true,
53 )
54 );
55 }
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: