ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
step_12 () | |
step_13 () | |
step_14 () | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::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 28 of file class.ilCOPageDBUpdateSteps.php.
References ILIAS\COPage\Setup\ilCOPageDBUpdateSteps\$db.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_1 | ( | ) |
Definition at line 33 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_10 | ( | ) |
Definition at line 210 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_11 | ( | ) |
Definition at line 228 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_12 | ( | ) |
Definition at line 246 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_13 | ( | ) |
Definition at line 268 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_14 | ( | ) |
Definition at line 279 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_2 | ( | ) |
Definition at line 45 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_3 | ( | ) |
Definition at line 57 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_4 | ( | ) |
Definition at line 106 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_5 | ( | ) |
Definition at line 118 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_6 | ( | ) |
Definition at line 153 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_7 | ( | ) |
Definition at line 156 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_8 | ( | ) |
Definition at line 174 of file class.ilCOPageDBUpdateSteps.php.
ILIAS\COPage\Setup\ilCOPageDBUpdateSteps::step_9 | ( | ) |
Definition at line 192 of file class.ilCOPageDBUpdateSteps.php.
|
protected |
Definition at line 26 of file class.ilCOPageDBUpdateSteps.php.
Referenced by ILIAS\COPage\Setup\ilCOPageDBUpdateSteps\prepare().