| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 Inheritance diagram for ILIAS\Object\Setup\ilObjectDBUpdateSteps:
 Collaboration diagram for ILIAS\Object\Setup\ilObjectDBUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps.  More... | |
| step_1 () | |
| step_2 () | |
| Increases the maximum length of object import-ids from 50 to 255 characters.  More... | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps.  More... | |
Protected Attributes | |
| ilDBInterface | $db | 
Definition at line 24 of file class.ilObjectDBUpdateSteps.php.
| ILIAS\Object\Setup\ilObjectDBUpdateSteps::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 28 of file class.ilObjectDBUpdateSteps.php.
References ILIAS\Object\Setup\ilObjectDBUpdateSteps\$db.
| ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_1 | ( | ) | 
Definition at line 33 of file class.ilObjectDBUpdateSteps.php.
References ilDBConstants\T_TEXT.
| ILIAS\Object\Setup\ilObjectDBUpdateSteps::step_2 | ( | ) | 
Increases the maximum length of object import-ids from 50 to 255 characters.
Definition at line 47 of file class.ilObjectDBUpdateSteps.php.
References ilDBConstants\T_TEXT.
      
  | 
  protected | 
Definition at line 26 of file class.ilObjectDBUpdateSteps.php.
Referenced by ILIAS\Object\Setup\ilObjectDBUpdateSteps\prepare().