|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8:
Collaboration diagram for ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
| step_4 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
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, $id, $query, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8\step_3().
Here is the caller graph for this function:
|
private |
Definition at line 65 of file class.DBUpdateSteps8.php.
References $data, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ILIAS\AdvancedMetaData\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\AdvancedMetaData\Setup\DBUpdateSteps8\$db.
| ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8::step_1 | ( | ) |
Definition at line 32 of file class.DBUpdateSteps8.php.
| ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8::step_2 | ( | ) |
Definition at line 44 of file class.DBUpdateSteps8.php.
| ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8::step_3 | ( | ) |
Definition at line 98 of file class.DBUpdateSteps8.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\AdvancedMetaData\Setup\DBUpdateSteps8\migrate().
Here is the call graph for this function:| ILIAS\AdvancedMetaData\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\AdvancedMetaData\Setup\DBUpdateSteps8\prepare().