ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
General purpose update steps for weblinks. More...
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Increases the maximum length of object import-ids from 50 to 255 characters. More... | |
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 | ( | ) |
Increases the maximum length of object import-ids from 50 to 255 characters.
Definition at line 45 of file class.ilWebResourceDBUpdateSteps.php.
References ilDBConstants\T_TEXT.
|
protected |
Definition at line 27 of file class.ilWebResourceDBUpdateSteps.php.
Referenced by prepare().