ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
step_5 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.ilObjectDBUpdateSteps.php.
ILIAS\Object\Setup\ilObjectDBUpdateSteps::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.ilObjectDBUpdateSteps.php.
References ILIAS\Object\Setup\ilObjectDBUpdateSteps\$db.
ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_1 | ( | ) |
ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_2 | ( | ) |
Definition at line 44 of file class.ilObjectDBUpdateSteps.php.
ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_3 | ( | ) |
Definition at line 56 of file class.ilObjectDBUpdateSteps.php.
ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_4 | ( | ) |
Definition at line 66 of file class.ilObjectDBUpdateSteps.php.
ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_5 | ( | ) |
Definition at line 76 of file class.ilObjectDBUpdateSteps.php.
|
protected |
Definition at line 26 of file class.ilObjectDBUpdateSteps.php.
Referenced by ILIAS\Object\Setup\ilObjectDBUpdateSteps\prepare().