ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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)
 
 getBuildArtifactObjective ()
 
 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 28 of file class.ilGlossarySetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilGlossarySetupAgent::getArrayToConfigTransformation ( )

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

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

◆ getBuildArtifactObjective()

ilGlossarySetupAgent::getBuildArtifactObjective ( )

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

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

◆ getInstallObjective()

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

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

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

◆ getMigrations()

ilGlossarySetupAgent::getMigrations ( )

◆ getStatusObjective()

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

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

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

◆ getUpdateObjective()

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

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

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

◆ hasConfig()

ilGlossarySetupAgent::hasConfig ( )

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

32  : bool
33  {
34  return false;
35  }

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