ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
Private Attributes | |
ilDBInterface | $db = null |
Definition at line 23 of file RemoveCloudDBUpdate.php.
ILIAS\Cloud\RemoveCloudDBUpdate::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 27 of file RemoveCloudDBUpdate.php.
References ILIAS\Cloud\RemoveCloudDBUpdate\$db.
ILIAS\Cloud\RemoveCloudDBUpdate::step_1 | ( | ) |
Definition at line 32 of file RemoveCloudDBUpdate.php.
ILIAS\Cloud\RemoveCloudDBUpdate::step_2 | ( | ) |
Definition at line 37 of file RemoveCloudDBUpdate.php.
|
private |
Definition at line 25 of file RemoveCloudDBUpdate.php.
Referenced by ILIAS\Cloud\RemoveCloudDBUpdate\prepare().