ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
step_5 () | |
step_6 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::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.ilGlossaryDBUpdateSteps.php.
References $db.
ilGlossaryDBUpdateSteps::step_1 | ( | ) |
Definition at line 30 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::step_2 | ( | ) |
Definition at line 50 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::step_3 | ( | ) |
Definition at line 62 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::step_4 | ( | ) |
Definition at line 100 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::step_5 | ( | ) |
Definition at line 132 of file class.ilGlossaryDBUpdateSteps.php.
ilGlossaryDBUpdateSteps::step_6 | ( | ) |
Definition at line 153 of file class.ilGlossaryDBUpdateSteps.php.
|
protected |
Definition at line 23 of file class.ilGlossaryDBUpdateSteps.php.
Referenced by prepare().