ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 23 of file class.ilBookingManager8HotfixDBUpdateSteps.php.
ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps::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 class.ilBookingManager8HotfixDBUpdateSteps.php.
References ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps\$db.
ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps::step_1 | ( | ) |
Definition at line 32 of file class.ilBookingManager8HotfixDBUpdateSteps.php.
References ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps\$db, and ilDBInterface\queryF().
|
protected |
Definition at line 25 of file class.ilBookingManager8HotfixDBUpdateSteps.php.
Referenced by ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps\prepare(), and ILIAS\BookingManager\Setup\ilBookingManager8HotfixDBUpdateSteps\step_1().