ILIAS
release_8 Revision v8.19
|
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 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::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.ilIntroduceComponentArtifactDBUpdateSteps.php.
References $db.
ilIntroduceComponentArtifactDBUpdateSteps::step_1 | ( | ) |
Definition at line 33 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_2 | ( | ) |
Definition at line 38 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_3 | ( | ) |
Definition at line 43 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_4 | ( | ) |
Definition at line 48 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
References Vendor\Package\$e.
ilIntroduceComponentArtifactDBUpdateSteps::step_5 | ( | ) |
Definition at line 58 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_6 | ( | ) |
Definition at line 67 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_7 | ( | ) |
Definition at line 76 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_8 | ( | ) |
Definition at line 85 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
|
protected |
Definition at line 26 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
Referenced by prepare().