|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Test\Setup\Test11DBUpdateSteps:
Collaboration diagram for ILIAS\Test\Setup\Test11DBUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| step_2 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 25 of file Test11DBUpdateSteps.php.
| ILIAS\Test\Setup\Test11DBUpdateSteps::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 31 of file Test11DBUpdateSteps.php.
References ILIAS\Test\Setup\Test11DBUpdateSteps\$db.
| ILIAS\Test\Setup\Test11DBUpdateSteps::step_1 | ( | ) |
Definition at line 36 of file Test11DBUpdateSteps.php.
| ILIAS\Test\Setup\Test11DBUpdateSteps::step_2 | ( | ) |
Definition at line 46 of file Test11DBUpdateSteps.php.
References CASCADE, ILIAS\Test\Setup\columnIsNullable(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:
|
protected |
Definition at line 29 of file Test11DBUpdateSteps.php.
Referenced by ILIAS\Test\Setup\Test11DBUpdateSteps\prepare().