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

Public Member Functions

 getLabel ()
 
 getLabel ()
 
 getDefaultAmountOfStepsPerRun ()
 Tell the default amount of steps to be executed for one run of the migration. More...
 
 getPreconditions (Environment $environment)
 Objectives the migration depend on. More...
 
 prepare (Environment $environment)
 Prepare the migration by means of some environment. More...
 
 step (Environment $environment)
 Run one step of the migration. More...
 
 getRemainingAmountOfSteps ()
 Count up how many "things" need to be migrated. More...
 

Protected Member Functions

 objectType ()
 

Additional Inherited Members

- Data Fields inherited from ILIAS\Setup\Migration
const INFINITE = -1
 

Detailed Description

Definition at line 23 of file class.ilDataCollectionInitLOMMigration.php.

Member Function Documentation

◆ getLabel()

ilDataCollectionInitLOMMigration::getLabel ( )
Returns
string - a meaningful and concise description for your migration.

Reimplemented from ILIAS\MetaData\Setup\InitLOMForObjectTypeMigration.

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

30 : string
31 {
32 return 'Creates LOM sets for pre-existing Data Collections.';
33 }

◆ objectType()

ilDataCollectionInitLOMMigration::objectType ( )
protected

Reimplemented from ILIAS\MetaData\Setup\InitLOMForObjectTypeMigration.

Definition at line 25 of file class.ilDataCollectionInitLOMMigration.php.

25 : string
26 {
27 return 'dcl';
28 }

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