|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Export\Setup\DBUpdateSteps10:
Collaboration diagram for ILIAS\Export\Setup\DBUpdateSteps10:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| Create new export file table. More... | |
| step_2 () | |
| Create table to store info about the public access file of an object. More... | |
| step_3 () | |
| Add migrate column to table export_file_info. More... | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 27 of file DBUpdateSteps10.php.
| ILIAS\Export\Setup\DBUpdateSteps10::prepare | ( | ilDBInterface | $db | ) |
Definition at line 31 of file DBUpdateSteps10.php.
References ILIAS\Export\Setup\DBUpdateSteps10\$db.
| ILIAS\Export\Setup\DBUpdateSteps10::step_1 | ( | ) |
Create new export file table.
Definition at line 39 of file DBUpdateSteps10.php.
| ILIAS\Export\Setup\DBUpdateSteps10::step_2 | ( | ) |
Create table to store info about the public access file of an object.
Definition at line 74 of file DBUpdateSteps10.php.
| ILIAS\Export\Setup\DBUpdateSteps10::step_3 | ( | ) |
Add migrate column to table export_file_info.
Definition at line 109 of file DBUpdateSteps10.php.
References ilDBConstants\T_INTEGER.
|
protected |
Definition at line 29 of file DBUpdateSteps10.php.
Referenced by ILIAS\Export\Setup\DBUpdateSteps10\prepare().