ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Private Attributes | |
ilDBInterface | $db |
Definition at line 23 of file LegacyTableUpdateSteps11.php.
ILIAS\components\Table\Setup\LegacyTableUpdateSteps11::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 27 of file LegacyTableUpdateSteps11.php.
References ILIAS\components\Table\Setup\LegacyTableUpdateSteps11\$db.
ILIAS\components\Table\Setup\LegacyTableUpdateSteps11::step_1 | ( | ) |
Definition at line 32 of file LegacyTableUpdateSteps11.php.
|
private |
Definition at line 25 of file LegacyTableUpdateSteps11.php.
Referenced by ILIAS\components\Table\Setup\LegacyTableUpdateSteps11\prepare().