|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps:
Collaboration diagram for ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| step_2 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
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, ilDBInterface\addTableColumn(), and ilDBInterface\tableColumnExists().
Here is the call graph for this function:| ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps::step_2 | ( | ) |
Definition at line 46 of file class.ilMediaObjectsDBUpdateSteps.php.
References ILIAS\MediaObjects\Setup\ilMediaObjectsDBUpdateSteps\$db, and ilDBInterface\modifyTableColumn().
Here is the call graph for this function:
|
protected |