ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
Private Member Functions | |
migrate (int $id, int $field_id, $data) | |
migrateData (int $field_id, $data) | |
Private Attributes | |
ilDBInterface | $db |
Definition at line 23 of file class.DBUpdateSteps8.php.
|
private |
Definition at line 56 of file class.DBUpdateSteps8.php.
References $data, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ILIAS\Setup\DBUpdateSteps8\step_3().
|
private |
Definition at line 65 of file class.DBUpdateSteps8.php.
References $data, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ILIAS\Setup\DBUpdateSteps8::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 27 of file class.DBUpdateSteps8.php.
References ILIAS\Setup\DBUpdateSteps8\$db.
ILIAS\Setup\DBUpdateSteps8::step_1 | ( | ) |
Definition at line 32 of file class.DBUpdateSteps8.php.
References null.
ILIAS\Setup\DBUpdateSteps8::step_2 | ( | ) |
Definition at line 44 of file class.DBUpdateSteps8.php.
References null.
ILIAS\Setup\DBUpdateSteps8::step_3 | ( | ) |
Definition at line 98 of file class.DBUpdateSteps8.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Setup\DBUpdateSteps8\migrate().
ILIAS\Setup\DBUpdateSteps8::step_4 | ( | ) |
Definition at line 125 of file class.DBUpdateSteps8.php.
|
private |
Definition at line 25 of file class.DBUpdateSteps8.php.
Referenced by ILIAS\Setup\DBUpdateSteps8\prepare().