ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Add a column to il_md_cpr_selections for the full name of the licence. More... | |
step_2 () | |
Add a column to il_md_cpr_selections for the link to the licence. More... | |
step_3 () | |
Add a column to il_md_cpr_selections for the link to the licence's image. More... | |
step_4 () | |
Add a column to il_md_cpr_selections for the alt text of the licence's image. More... | |
step_5 () | |
Add a column to il_md_cpr_selections to track which licences have been migrated. More... | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file class.ilMDCopyrightUpdateSteps.php.
ilMDCopyrightUpdateSteps::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.ilMDCopyrightUpdateSteps.php.
References $db.
ilMDCopyrightUpdateSteps::step_1 | ( | ) |
Add a column to il_md_cpr_selections for the full name of the licence.
Definition at line 33 of file class.ilMDCopyrightUpdateSteps.php.
References ilDBConstants\T_CLOB.
ilMDCopyrightUpdateSteps::step_2 | ( | ) |
Add a column to il_md_cpr_selections for the link to the licence.
Definition at line 47 of file class.ilMDCopyrightUpdateSteps.php.
References ilDBConstants\T_CLOB.
ilMDCopyrightUpdateSteps::step_3 | ( | ) |
Add a column to il_md_cpr_selections for the link to the licence's image.
Definition at line 61 of file class.ilMDCopyrightUpdateSteps.php.
References ilDBConstants\T_CLOB.
ilMDCopyrightUpdateSteps::step_4 | ( | ) |
Add a column to il_md_cpr_selections for the alt text of the licence's image.
Definition at line 75 of file class.ilMDCopyrightUpdateSteps.php.
References ilDBConstants\T_CLOB.
ilMDCopyrightUpdateSteps::step_5 | ( | ) |
Add a column to il_md_cpr_selections to track which licences have been migrated.
Definition at line 89 of file class.ilMDCopyrightUpdateSteps.php.
References ilDBConstants\T_INTEGER.
|
protected |
Definition at line 23 of file class.ilMDCopyrightUpdateSteps.php.
Referenced by prepare().