ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
prepare (ilDBInterface $db) | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
step_5 () | |
step_6 () | |
![]() | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Protected Attributes | |
ilDBInterface | $db |
Private Member Functions | |
dropColumnWhenExists (string $table, string $column) | |
dropTableWhenExists (string $table) | |
Definition at line 27 of file UpdateSteps.php.
|
private |
Definition at line 99 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\step_1(), and ILIAS\Setup\UpdateSteps\step_3().
|
private |
Definition at line 106 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\step_2(), and ILIAS\Setup\UpdateSteps\step_5().
ILIAS\Setup\UpdateSteps::prepare | ( | ilDBInterface | $db | ) |
ILIAS\Setup\UpdateSteps::step_1 | ( | ) |
Definition at line 36 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropColumnWhenExists().
ILIAS\Setup\UpdateSteps::step_2 | ( | ) |
Definition at line 47 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropTableWhenExists().
ILIAS\Setup\UpdateSteps::step_3 | ( | ) |
Definition at line 52 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropColumnWhenExists().
ILIAS\Setup\UpdateSteps::step_4 | ( | ) |
ILIAS\Setup\UpdateSteps::step_5 | ( | ) |
Definition at line 73 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropTableWhenExists().
ILIAS\Setup\UpdateSteps::step_6 | ( | ) |
Definition at line 79 of file UpdateSteps.php.
References ilDBConstants\T_TEXT.
|
protected |
Definition at line 29 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\prepare().