ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Private Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.DBUpdateSteps10.php.
ILIAS\Setup\DBUpdateSteps10::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 28 of file class.DBUpdateSteps10.php.
References ILIAS\Setup\DBUpdateSteps10\$db.
ILIAS\Setup\DBUpdateSteps10::step_1 | ( | ) |
Definition at line 33 of file class.DBUpdateSteps10.php.
References null.
ILIAS\Setup\DBUpdateSteps10::step_2 | ( | ) |
Definition at line 46 of file class.DBUpdateSteps10.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
private |
Definition at line 26 of file class.DBUpdateSteps10.php.
Referenced by ILIAS\Setup\DBUpdateSteps10\prepare().