ILIAS  release_8 Revision v8.24
ilExternalFeedSetupAgent Class Reference

External Feeds Setup. More...

+ Inheritance diagram for ilExternalFeedSetupAgent:
+ Collaboration diagram for ilExternalFeedSetupAgent:

Public Member Functions

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

Detailed Description

External Feeds Setup.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.ilExternalFeedSetupAgent.php.

Constructor & Destructor Documentation

◆ __construct()

ilExternalFeedSetupAgent::__construct ( Refinery\Factory  $refinery)

Definition at line 30 of file class.ilExternalFeedSetupAgent.php.

31 {
32 }

Member Function Documentation

◆ getArrayToConfigTransformation()

ilExternalFeedSetupAgent::getArrayToConfigTransformation ( )

Definition at line 39 of file class.ilExternalFeedSetupAgent.php.

39 : Refinery\Transformation
40 {
41 throw new LogicException("ilExternalFeedSetupAgent has no config.");
42 }

◆ getBuildArtifactObjective()

ilExternalFeedSetupAgent::getBuildArtifactObjective ( )

Definition at line 54 of file class.ilExternalFeedSetupAgent.php.

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

◆ getInstallObjective()

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

Definition at line 44 of file class.ilExternalFeedSetupAgent.php.

44 : Setup\Objective
45 {
46 return new Setup\Objective\NullObjective();
47 }

◆ getMigrations()

ilExternalFeedSetupAgent::getMigrations ( )

Definition at line 64 of file class.ilExternalFeedSetupAgent.php.

◆ getStatusObjective()

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

Definition at line 59 of file class.ilExternalFeedSetupAgent.php.

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

◆ getUpdateObjective()

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

Definition at line 49 of file class.ilExternalFeedSetupAgent.php.

49 : Setup\Objective
50 {
51 return new Setup\Objective\NullObjective();
52 }

◆ hasConfig()

ilExternalFeedSetupAgent::hasConfig ( )

Definition at line 34 of file class.ilExternalFeedSetupAgent.php.

34 : bool
35 {
36 return false;
37 }

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