ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
prepare (ilDBInterface $db) | |
Prepare the update ilDBInterface should be the only dependency of the update steps. More... | |
step_1 () | |
Step 1: Creation of the table Update steps must be consecutively numbered ILIAS setup remembers the already executed steps. More... | |
![]() | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 26 of file TodoDBUpdateSteps.php.
ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps::prepare | ( | ilDBInterface | $db | ) |
Prepare the update ilDBInterface should be the only dependency of the update steps.
Definition at line 34 of file TodoDBUpdateSteps.php.
References ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps\$db.
ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps::step_1 | ( | ) |
Step 1: Creation of the table Update steps must be consecutively numbered ILIAS setup remembers the already executed steps.
Definition at line 44 of file TodoDBUpdateSteps.php.
|
protected |
Definition at line 28 of file TodoDBUpdateSteps.php.
Referenced by ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps\prepare().