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 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file class.ilNotesDBUpdateSteps.php.
ILIAS\Setup\ilNotesDBUpdateSteps::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 25 of file class.ilNotesDBUpdateSteps.php.
References ILIAS\Setup\ilNotesDBUpdateSteps\$db.
ILIAS\Setup\ilNotesDBUpdateSteps::step_1 | ( | ) |
Definition at line 30 of file class.ilNotesDBUpdateSteps.php.
ILIAS\Setup\ilNotesDBUpdateSteps::step_2 | ( | ) |
Definition at line 35 of file class.ilNotesDBUpdateSteps.php.
ILIAS\Setup\ilNotesDBUpdateSteps::step_3 | ( | ) |
Definition at line 47 of file class.ilNotesDBUpdateSteps.php.
References ILIAS\Setup\ilNotesDBUpdateSteps\$db, and ilDBInterface\queryF().
|
protected |
Definition at line 23 of file class.ilNotesDBUpdateSteps.php.
Referenced by ILIAS\Setup\ilNotesDBUpdateSteps\prepare(), and ILIAS\Setup\ilNotesDBUpdateSteps\step_3().