ILIAS
trunk Revision v11.0_alpha-1851-ga8564da6fed
|
These update steps drop the columns 'disable_check', 'last_check' and 'valid' from the table 'webr_items', since the validation of weblinks is abandoned. More...
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
Protected Attributes | |
ilDBInterface | $db |
These update steps drop the columns 'disable_check', 'last_check' and 'valid' from the table 'webr_items', since the validation of weblinks is abandoned.
Definition at line 27 of file class.ilWebResourceDropValidSteps.php.
ilWebResourceDropValidSteps::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 31 of file class.ilWebResourceDropValidSteps.php.
References $db.
ilWebResourceDropValidSteps::step_1 | ( | ) |
Definition at line 35 of file class.ilWebResourceDropValidSteps.php.
ilWebResourceDropValidSteps::step_2 | ( | ) |
Definition at line 43 of file class.ilWebResourceDropValidSteps.php.
ilWebResourceDropValidSteps::step_3 | ( | ) |
Definition at line 51 of file class.ilWebResourceDropValidSteps.php.
ilWebResourceDropValidSteps::step_4 | ( | ) |
Definition at line 59 of file class.ilWebResourceDropValidSteps.php.
|
protected |
Definition at line 29 of file class.ilWebResourceDropValidSteps.php.
Referenced by prepare().