|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ilMDUpdateSteps11:
Collaboration diagram for ilMDUpdateSteps11:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| Add deleted column to il_meta_oer_exposed. More... | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 21 of file class.ilMDUpdateSteps11.php.
| ilMDUpdateSteps11::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 25 of file class.ilMDUpdateSteps11.php.
References $db.
| ilMDUpdateSteps11::step_1 | ( | ) |
Add deleted column to il_meta_oer_exposed.
Definition at line 33 of file class.ilMDUpdateSteps11.php.
References ilDBConstants\T_INTEGER.
|
protected |
Definition at line 23 of file class.ilMDUpdateSteps11.php.
Referenced by prepare().