ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MediaCast\Setup\InitLOMForMediaCastMigration Class Reference
+ Inheritance diagram for ILIAS\MediaCast\Setup\InitLOMForMediaCastMigration:
+ Collaboration diagram for ILIAS\MediaCast\Setup\InitLOMForMediaCastMigration:

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 25 of file class.InitLOMForMediaCastMigration.php.

Member Function Documentation

◆ getLabel()

ILIAS\MediaCast\Setup\InitLOMForMediaCastMigration::getLabel ( )
Returns
string - a meaningful and concise description for your migration.

Reimplemented from ILIAS\MetaData\Setup\InitLOMForObjectTypeMigration.

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

32 : string
33 {
34 return 'Creates LOM sets for pre-existing Media Casts.';
35 }

◆ objectType()

ILIAS\MediaCast\Setup\InitLOMForMediaCastMigration::objectType ( )
protected

Reimplemented from ILIAS\MetaData\Setup\InitLOMForObjectTypeMigration.

Definition at line 27 of file class.InitLOMForMediaCastMigration.php.

27 : string
28 {
29 return 'mcst';
30 }

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