ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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 40 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_3 | ( | ) |
Definition at line 45 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_4 | ( | ) |
Definition at line 50 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
References Vendor\Package\$e.
ilIntroduceComponentArtifactDBUpdateSteps::step_5 | ( | ) |
Definition at line 60 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_6 | ( | ) |
Definition at line 69 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_7 | ( | ) |
Definition at line 78 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
ilIntroduceComponentArtifactDBUpdateSteps::step_8 | ( | ) |
Definition at line 87 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
|
protected |
Definition at line 26 of file class.ilIntroduceComponentArtifactDBUpdateSteps.php.
Referenced by prepare().