ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Add a column to the il_meta_general table to store the 'Aggregation Level' element. More... | |
step_2 () | |
Add two columns to the il_meta_contribute table to store the descrption of the date and its language. More... | |
step_3 () | |
Add two columns to the il_meta_annotation table to store the description of the date and its language. More... | |
step_4 () | |
Add two columns to the il_meta_educational table to store the description of the typical learning time and its language. More... | |
step_5 () | |
Add two columns to the il_meta_technical table to store the description of the duration and its language. More... | |
step_6 () | |
Add a new table for the non-unique coverage. More... | |
step_7 () | |
Add a new table for the non-unique metadata schema. More... | |
step_8 () | |
Add a new table for the non-unique or-composite in requirements. More... | |
step_9 () | |
Add a new table for the non-unique learning resource type. More... | |
step_10 () | |
Add a new table for the non-unique intented end user role. More... | |
step_11 () | |
Add a new table for the non-unique context. More... | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file class.ilMDLOMUpdateSteps.php.
ilMDLOMUpdateSteps::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.ilMDLOMUpdateSteps.php.
References $db.
ilMDLOMUpdateSteps::step_1 | ( | ) |
Add a column to the il_meta_general table to store the 'Aggregation Level' element.
Definition at line 34 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_10 | ( | ) |
Add a new table for the non-unique intented end user role.
Definition at line 348 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_11 | ( | ) |
Add a new table for the non-unique context.
Definition at line 391 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_2 | ( | ) |
Add two columns to the il_meta_contribute table to store the descrption of the date and its language.
Definition at line 52 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_CLOB, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_3 | ( | ) |
Add two columns to the il_meta_annotation table to store the description of the date and its language.
Definition at line 79 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_CLOB, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_4 | ( | ) |
Add two columns to the il_meta_educational table to store the description of the typical learning time and its language.
Definition at line 106 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_CLOB, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_5 | ( | ) |
Add two columns to the il_meta_technical table to store the description of the duration and its language.
Definition at line 133 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_CLOB, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_6 | ( | ) |
Add a new table for the non-unique coverage.
Definition at line 159 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_7 | ( | ) |
Add a new table for the non-unique metadata schema.
Definition at line 207 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_8 | ( | ) |
Add a new table for the non-unique or-composite in requirements.
Definition at line 250 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilMDLOMUpdateSteps::step_9 | ( | ) |
Add a new table for the non-unique learning resource type.
Definition at line 305 of file class.ilMDLOMUpdateSteps.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 23 of file class.ilMDLOMUpdateSteps.php.
Referenced by prepare().