ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilGlossarySetupAgent Class Reference
+ Inheritance diagram for ilGlossarySetupAgent:
+ Collaboration diagram for ilGlossarySetupAgent:

Public Member Functions

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

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 27 of file class.ilGlossarySetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlossarySetupAgent::getArrayToConfigTransformation ( )

Definition at line 36 of file class.ilGlossarySetupAgent.php.

36 : Refinery\Transformation
37 {
38 throw new LogicException("ilGlossarySetupAgent has no config.");
39 }

◆ getBuildObjective()

ilGlossarySetupAgent::getBuildObjective ( )

Definition at line 56 of file class.ilGlossarySetupAgent.php.

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

◆ getInstallObjective()

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

Definition at line 41 of file class.ilGlossarySetupAgent.php.

41 : Setup\Objective
42 {
43 return new Setup\Objective\NullObjective();
44 }

◆ getMigrations()

◆ getStatusObjective()

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

◆ getUpdateObjective()

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

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

46 : Setup\Objective
47 {
48 return new Setup\ObjectiveCollection(
49 'Glossary',
50 false,
53 );
54 }
This class attempt to achieve a set of database update steps.

◆ hasConfig()

ilGlossarySetupAgent::hasConfig ( )

Definition at line 31 of file class.ilGlossarySetupAgent.php.

31 : bool
32 {
33 return false;
34 }

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