ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 AccessControl10DBUpdateSteps.php.
ILIAS\Setup\AccessControl10DBUpdateSteps::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 AccessControl10DBUpdateSteps.php.
References ILIAS\Setup\AccessControl10DBUpdateSteps\$db.
ILIAS\Setup\AccessControl10DBUpdateSteps::step_1 | ( | ) |
Definition at line 32 of file AccessControl10DBUpdateSteps.php.
|
protected |
Definition at line 25 of file AccessControl10DBUpdateSteps.php.
Referenced by ILIAS\Setup\AccessControl10DBUpdateSteps\prepare().