ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
step_5 () | |
step_6 () | |
step_7 () | |
step_8 () | |
step_9 () | |
step_10 () | |
step_11 () | |
step_12 () | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Private Member Functions | |
insertSetting (string $keyword, string $value) | |
Private Attributes | |
ilDBInterface | $db |
UUIDFactory | $uuid_factory |
Definition at line 26 of file DBUpdateSteps11.php.
|
private |
Definition at line 37 of file DBUpdateSteps11.php.
ILIAS\User\Setup\DBUpdateSteps11::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 31 of file DBUpdateSteps11.php.
References ILIAS\User\Setup\DBUpdateSteps11\$db.
ILIAS\User\Setup\DBUpdateSteps11::step_1 | ( | ) |
Definition at line 69 of file DBUpdateSteps11.php.
References ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_10 | ( | ) |
Definition at line 443 of file DBUpdateSteps11.php.
ILIAS\User\Setup\DBUpdateSteps11::step_11 | ( | ) |
Definition at line 455 of file DBUpdateSteps11.php.
ILIAS\User\Setup\DBUpdateSteps11::step_12 | ( | ) |
Definition at line 460 of file DBUpdateSteps11.php.
References ILIAS\$setting, and ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_2 | ( | ) |
Definition at line 83 of file DBUpdateSteps11.php.
References ilDBConstants\T_CLOB.
ILIAS\User\Setup\DBUpdateSteps11::step_3 | ( | ) |
Definition at line 108 of file DBUpdateSteps11.php.
ILIAS\User\Setup\DBUpdateSteps11::step_4 | ( | ) |
Definition at line 154 of file DBUpdateSteps11.php.
ILIAS\User\Setup\DBUpdateSteps11::step_5 | ( | ) |
Definition at line 167 of file DBUpdateSteps11.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_6 | ( | ) |
Definition at line 262 of file DBUpdateSteps11.php.
References ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_7 | ( | ) |
Definition at line 319 of file DBUpdateSteps11.php.
References ILIAS\User\Profile\Fields\Other, and ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_8 | ( | ) |
Definition at line 335 of file DBUpdateSteps11.php.
References ilDBConstants\T_TEXT.
ILIAS\User\Setup\DBUpdateSteps11::step_9 | ( | ) |
Definition at line 415 of file DBUpdateSteps11.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
private |
Definition at line 28 of file DBUpdateSteps11.php.
Referenced by ILIAS\User\Setup\DBUpdateSteps11\prepare().
|
private |
Definition at line 29 of file DBUpdateSteps11.php.