|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps:
Collaboration diagram for ILIAS\components\TodoExample\Setup\TodoDBUpdateSteps: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... | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| 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().