ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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... | |
![]() | |
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 | ( | ) |
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().