ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilFileObjectMigrationAgent Class Reference
+ Inheritance diagram for ilFileObjectMigrationAgent:
+ Collaboration diagram for ilFileObjectMigrationAgent:

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 ()
 

Protected Attributes

ILIAS Refinery Factory $refinery
 

Detailed Description

Definition at line 22 of file class.ilFileObjectMigrationAgent.php.

Constructor & Destructor Documentation

◆ __construct()

ilFileObjectMigrationAgent::__construct ( Refinery\Factory  $refinery)

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

References $refinery, and ILIAS\Repository\refinery().

+ Here is the call graph for this function:

Member Function Documentation

◆ getArrayToConfigTransformation()

ilFileObjectMigrationAgent::getArrayToConfigTransformation ( )

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

44  : Refinery\Transformation
45  {
46  throw new \LogicException("Agent has no config.");
47  }

◆ getBuildArtifactObjective()

ilFileObjectMigrationAgent::getBuildArtifactObjective ( )

Definition at line 68 of file class.ilFileObjectMigrationAgent.php.

68  : Setup\Objective
69  {
70  return new Setup\Objective\NullObjective();
71  }

◆ getInstallObjective()

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

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

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

◆ getMigrations()

ilFileObjectMigrationAgent::getMigrations ( )

Definition at line 84 of file class.ilFileObjectMigrationAgent.php.

84  : array
85  {
86  return [
88  ];
89  }

◆ getStatusObjective()

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

Definition at line 76 of file class.ilFileObjectMigrationAgent.php.

76  : Setup\Objective
77  {
78  return new Setup\Objective\NullObjective();
79  }

◆ getUpdateObjective()

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

◆ hasConfig()

ilFileObjectMigrationAgent::hasConfig ( )

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

36  : bool
37  {
38  return false;
39  }

Field Documentation

◆ $refinery

ILIAS Refinery Factory ilFileObjectMigrationAgent::$refinery
protected

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

Referenced by __construct().


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