ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.ilMediaObjectsDBUpdateSteps.php.
ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps::prepare | ( | \ilDBInterface | $db | ) |
Prepare the execution of the steps.
Do not use anything from the globals or the DIC inside your steps, only use the instance of the database provided here.
Implements ilDatabaseUpdateSteps.
Definition at line 28 of file class.ilMediaObjectsDBUpdateSteps.php.
References ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps\$db.
ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps::step_1 | ( | ) |
Definition at line 33 of file class.ilMediaObjectsDBUpdateSteps.php.
References ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps\$db, and ilDBInterface\addTableColumn().
ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps::step_2 | ( | ) |
Definition at line 46 of file class.ilMediaObjectsDBUpdateSteps.php.
References ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps\$db, and ilDBInterface\modifyTableColumn().
|
protected |