|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilUserTableUpdateSteps:
Collaboration diagram for ilUserTableUpdateSteps:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Data Fields | |
| const | TABLE_NAME = 'usr_data' |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 21 of file ilUserTableUpdateSteps.php.
| ilUserTableUpdateSteps::prepare | ( | ilDBInterface | $db | ) |
Definition at line 27 of file ilUserTableUpdateSteps.php.
References $db.
| ilUserTableUpdateSteps::step_1 | ( | ) |
Definition at line 32 of file ilUserTableUpdateSteps.php.
References $query.
| ilUserTableUpdateSteps::step_2 | ( | ) |
Definition at line 37 of file ilUserTableUpdateSteps.php.
References $query.
| ilUserTableUpdateSteps::step_3 | ( | ) |
Definition at line 42 of file ilUserTableUpdateSteps.php.
References $query.
|
protected |
Definition at line 25 of file ilUserTableUpdateSteps.php.
Referenced by prepare().
| const ilUserTableUpdateSteps::TABLE_NAME = 'usr_data' |
Definition at line 23 of file ilUserTableUpdateSteps.php.