ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
prepare (ilDBInterface $database) | |
step_1 () | |
step_2 () | |
step_3 () | |
![]() | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Protected Attributes | |
ilDBInterface | $database |
Private Member Functions | |
ensureColumn (string $table, string $name, array $attributes) | |
renameTables (array $tables) | |
Definition at line 27 of file UpdateSteps.php.
|
private |
array<string,mixed> | $attributes |
Definition at line 90 of file UpdateSteps.php.
Referenced by ILIAS\LegalDocuments\Setup\UpdateSteps\step_1(), and ILIAS\LegalDocuments\Setup\UpdateSteps\step_3().
ILIAS\LegalDocuments\Setup\UpdateSteps::prepare | ( | ilDBInterface | $database | ) |
Definition at line 31 of file UpdateSteps.php.
|
private |
array<string|int,mixed> | $tables |
Definition at line 100 of file UpdateSteps.php.
Referenced by ILIAS\LegalDocuments\Setup\UpdateSteps\step_1().
ILIAS\LegalDocuments\Setup\UpdateSteps::step_1 | ( | ) |
Definition at line 36 of file UpdateSteps.php.
References ILIAS\LegalDocuments\Setup\UpdateSteps\ensureColumn(), ILIAS\LegalDocuments\Setup\UpdateSteps\renameTables(), and ilDBConstants\T_TEXT.
ILIAS\LegalDocuments\Setup\UpdateSteps::step_2 | ( | ) |
Definition at line 69 of file UpdateSteps.php.
ILIAS\LegalDocuments\Setup\UpdateSteps::step_3 | ( | ) |
Definition at line 74 of file UpdateSteps.php.
References ILIAS\LegalDocuments\Setup\UpdateSteps\ensureColumn(), and ilDBConstants\T_TEXT.
|
protected |
Definition at line 29 of file UpdateSteps.php.