ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
General purpose update steps for weblinks. More...
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Protected Attributes | |
ilDBInterface | $db |
General purpose update steps for weblinks.
Definition at line 25 of file class.ilWebResourceDBUpdateSteps.php.
ilWebResourceDBUpdateSteps::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 29 of file class.ilWebResourceDBUpdateSteps.php.
References $db.
ilWebResourceDBUpdateSteps::step_1 | ( | ) |
Definition at line 34 of file class.ilWebResourceDBUpdateSteps.php.
ilWebResourceDBUpdateSteps::step_2 | ( | ) |
Definition at line 42 of file class.ilWebResourceDBUpdateSteps.php.
|
protected |
Definition at line 27 of file class.ilWebResourceDBUpdateSteps.php.
Referenced by prepare().