|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\Chatroom\Setup\UpdateSteps:
Collaboration diagram for ILIAS\Chatroom\Setup\UpdateSteps:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
| step_4 () | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| 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 52 of file UpdateSteps.php.
Referenced by ILIAS\Chatroom\Setup\UpdateSteps\step_1(), and ILIAS\Chatroom\Setup\UpdateSteps\step_3().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file UpdateSteps.php.
Referenced by ILIAS\Chatroom\Setup\UpdateSteps\step_2().
Here is the caller graph for this function:| ILIAS\Chatroom\Setup\UpdateSteps::prepare | ( | ilDBInterface | $db | ) |
| ILIAS\Chatroom\Setup\UpdateSteps::step_1 | ( | ) |
Definition at line 36 of file UpdateSteps.php.
References ILIAS\Chatroom\Setup\UpdateSteps\dropColumnWhenExists().
Here is the call graph for this function:| ILIAS\Chatroom\Setup\UpdateSteps::step_2 | ( | ) |
Definition at line 47 of file UpdateSteps.php.
References ILIAS\Chatroom\Setup\UpdateSteps\dropTableWhenExists().
Here is the call graph for this function:| ILIAS\Chatroom\Setup\UpdateSteps::step_3 | ( | ) |
Definition at line 66 of file UpdateSteps.php.
References ILIAS\Chatroom\Setup\UpdateSteps\dropColumnWhenExists().
Here is the call graph for this function:| ILIAS\Chatroom\Setup\UpdateSteps::step_4 | ( | ) |
|
protected |
Definition at line 29 of file UpdateSteps.php.
Referenced by ILIAS\Chatroom\Setup\UpdateSteps\prepare().