ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 () | |
step_7 () | |
step_8 () | |
step_9 () | |
step_10 () | |
step_11 () | |
Protected Attributes | |
ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 22 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::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 26 of file class.ilSkillDBUpdateSteps.php.
References $db.
ilSkillDBUpdateSteps::step_1 | ( | ) |
Definition at line 31 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_10 | ( | ) |
Definition at line 157 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_11 | ( | ) |
Definition at line 168 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_2 | ( | ) |
Definition at line 46 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_3 | ( | ) |
Definition at line 62 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_4 | ( | ) |
Definition at line 78 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_5 | ( | ) |
Definition at line 83 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_6 | ( | ) |
Definition at line 88 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_7 | ( | ) |
Definition at line 103 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_8 | ( | ) |
Definition at line 124 of file class.ilSkillDBUpdateSteps.php.
ilSkillDBUpdateSteps::step_9 | ( | ) |
Definition at line 136 of file class.ilSkillDBUpdateSteps.php.
|
protected |
Definition at line 24 of file class.ilSkillDBUpdateSteps.php.
Referenced by prepare().