|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps:
Collaboration diagram for ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
| step_4 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 25 of file DualOptInDatabaseUpdateSteps.php.
| ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps::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 29 of file DualOptInDatabaseUpdateSteps.php.
References ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps\$db.
| ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps::step_1 | ( | ) |
Definition at line 34 of file DualOptInDatabaseUpdateSteps.php.
References ilDBConstants\T_INTEGER, ilDBConstants\T_TEXT, and true.
| ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps::step_2 | ( | ) |
Definition at line 69 of file DualOptInDatabaseUpdateSteps.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Data\Description\NULL, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
| ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps::step_3 | ( | ) |
Definition at line 104 of file DualOptInDatabaseUpdateSteps.php.
| ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps::step_4 | ( | ) |
Definition at line 114 of file DualOptInDatabaseUpdateSteps.php.
|
protected |
Definition at line 27 of file DualOptInDatabaseUpdateSteps.php.
Referenced by ILIAS\Registration\DualOptIn\Setup\DualOptInDatabaseUpdateSteps\prepare().