ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 26 of file class.LearningModuleDBUpdateSteps.php.
ILIAS\LearningModule\Setup\LearningModuleDBUpdateSteps::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 30 of file class.LearningModuleDBUpdateSteps.php.
References ILIAS\LearningModule\Setup\LearningModuleDBUpdateSteps\$db.
ILIAS\LearningModule\Setup\LearningModuleDBUpdateSteps::step_1 | ( | ) |
Definition at line 35 of file class.LearningModuleDBUpdateSteps.php.
ILIAS\LearningModule\Setup\LearningModuleDBUpdateSteps::step_2 | ( | ) |
Definition at line 47 of file class.LearningModuleDBUpdateSteps.php.
|
protected |
Definition at line 28 of file class.LearningModuleDBUpdateSteps.php.
Referenced by ILIAS\LearningModule\Setup\LearningModuleDBUpdateSteps\prepare().