|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Notes\Setup\ilNotesDBUpdateSteps:
Collaboration diagram for ILIAS\Notes\Setup\ilNotesDBUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 21 of file class.ilNotesDBUpdateSteps.php.
| ILIAS\Notes\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\Notes\Setup\ilNotesDBUpdateSteps\$db.
| ILIAS\Notes\Setup\ilNotesDBUpdateSteps::step_1 | ( | ) |
Definition at line 30 of file class.ilNotesDBUpdateSteps.php.
References ILIAS\Notes\Setup\ilNotesDBUpdateSteps\$db, ilDBInterface\fetchAssoc(), ilDBInterface\manipulateF(), ilDBInterface\query(), ilDBInterface\queryF(), ilDBInterface\quote(), and ilDBInterface\replace().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilNotesDBUpdateSteps.php.
Referenced by ILIAS\Notes\Setup\ilNotesDBUpdateSteps\prepare(), and ILIAS\Notes\Setup\ilNotesDBUpdateSteps\step_1().