ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Add a new table for exposed OER metadata. More... | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file class.ilMDUpdateSteps10.php.
ilMDUpdateSteps10::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.ilMDUpdateSteps10.php.
References $db.
ilMDUpdateSteps10::step_1 | ( | ) |
Add a new table for exposed OER metadata.
Definition at line 33 of file class.ilMDUpdateSteps10.php.
References ilDBConstants\T_CLOB, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 23 of file class.ilMDUpdateSteps10.php.
Referenced by prepare().