|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\LegalDocuments\Setup\UpdateSteps:
Collaboration diagram for ILIAS\LegalDocuments\Setup\UpdateSteps:Public Member Functions | |
| prepare (ilDBInterface $database) | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| 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().
Here is the caller graph for this function:| ILIAS\LegalDocuments\Setup\UpdateSteps::prepare | ( | ilDBInterface | $database | ) |
Definition at line 31 of file UpdateSteps.php.
References ILIAS\LegalDocuments\Setup\UpdateSteps\$database.
|
private |
| array<string,$string> | $tables |
Definition at line 100 of file UpdateSteps.php.
Referenced by ILIAS\LegalDocuments\Setup\UpdateSteps\step_1().
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| 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.
Here is the call graph for this function:
|
protected |
Definition at line 29 of file UpdateSteps.php.
Referenced by ILIAS\LegalDocuments\Setup\UpdateSteps\prepare().