ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file DBUpdateSteps11.php.
ILIAS\ILIASObject\Setup\DBUpdateSteps11::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 DBUpdateSteps11.php.
References ILIAS\ILIASObject\Setup\DBUpdateSteps11\$db.
ILIAS\ILIASObject\Setup\DBUpdateSteps11::step_1 | ( | ) |
Definition at line 30 of file DBUpdateSteps11.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 23 of file DBUpdateSteps11.php.
Referenced by ILIAS\ILIASObject\Setup\DBUpdateSteps11\prepare().