ILIAS  release_8 Revision v8.24
ilBibliographicSetupAgent Class Reference

Class ilBibliographicSetupAgent. More...

+ Inheritance diagram for ilBibliographicSetupAgent:
+ Collaboration diagram for ilBibliographicSetupAgent:

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 @inheritDoc More...
 

Data Fields

const COMPONENT_DIR = 'bibl'
 

Detailed Description

Member Function Documentation

◆ getArrayToConfigTransformation()

ilBibliographicSetupAgent::getArrayToConfigTransformation ( )

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

46 : Refinery\Transformation
47 {
48 throw new LogicException("ilBibliographicSetupAgent has no config.");
49 }

◆ getBuildArtifactObjective()

ilBibliographicSetupAgent::getBuildArtifactObjective ( )

Definition at line 77 of file class.ilBibliographicSetupAgent.php.

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

◆ getInstallObjective()

◆ getMigrations()

ilBibliographicSetupAgent::getMigrations ( )

@inheritDoc

Definition at line 93 of file class.ilBibliographicSetupAgent.php.

93 : array
94 {
95 return [
97 ];
98 }
Class ilBibliographicStorageMigration.

◆ getStatusObjective()

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

Definition at line 85 of file class.ilBibliographicSetupAgent.php.

85 : Setup\Objective
86 {
87 return new Setup\Objective\NullObjective();
88 }

◆ getUpdateObjective()

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

Definition at line 65 of file class.ilBibliographicSetupAgent.php.

65 : Setup\Objective
66 {
67 return new Setup\ObjectiveCollection('Setup Bibliografic directories and database', true, ...[
70 )
71 ]);
72 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This class attempt to achieve a set of database update steps.

◆ hasConfig()

ilBibliographicSetupAgent::hasConfig ( )

Definition at line 38 of file class.ilBibliographicSetupAgent.php.

38 : bool
39 {
40 return false;
41 }

Field Documentation

◆ COMPONENT_DIR

const ilBibliographicSetupAgent::COMPONENT_DIR = 'bibl'

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