| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Setup\ilBookingManagerDBUpdateSteps:
 Collaboration diagram for ILIAS\Setup\ilBookingManagerDBUpdateSteps:Public Member Functions | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps.  More... | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
| step_4 () | |
| step_5 () | |
| step_6 () | |
| step_7 () | |
| step_8 () | |
| step_9 () | |
Protected Attributes | |
| ilDBInterface | $db | 
Definition at line 23 of file class.ilBookingManagerDBUpdateSteps.php.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::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 27 of file class.ilBookingManagerDBUpdateSteps.php.
References ILIAS\Setup\ilBookingManagerDBUpdateSteps\$db.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_1 | ( | ) | 
Definition at line 32 of file class.ilBookingManagerDBUpdateSteps.php.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_2 | ( | ) | 
Definition at line 39 of file class.ilBookingManagerDBUpdateSteps.php.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_3 | ( | ) | 
Definition at line 46 of file class.ilBookingManagerDBUpdateSteps.php.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_4 | ( | ) | 
Definition at line 53 of file class.ilBookingManagerDBUpdateSteps.php.
References ILIAS\Setup\ilBookingManagerDBUpdateSteps\$db.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_5 | ( | ) | 
Definition at line 76 of file class.ilBookingManagerDBUpdateSteps.php.
References ILIAS\Setup\ilBookingManagerDBUpdateSteps\$db, and ilDBInterface\addTableColumn().
 Here is the call graph for this function:| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_6 | ( | ) | 
Definition at line 89 of file class.ilBookingManagerDBUpdateSteps.php.
References ILIAS\Setup\ilBookingManagerDBUpdateSteps\$db, and ilDBInterface\addTableColumn().
 Here is the call graph for this function:| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_7 | ( | ) | 
Definition at line 102 of file class.ilBookingManagerDBUpdateSteps.php.
References ILIAS\Setup\ilBookingManagerDBUpdateSteps\$db, and ilDBInterface\addTableColumn().
 Here is the call graph for this function:| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_8 | ( | ) | 
Definition at line 115 of file class.ilBookingManagerDBUpdateSteps.php.
| ILIAS\Setup\ilBookingManagerDBUpdateSteps::step_9 | ( | ) | 
Definition at line 131 of file class.ilBookingManagerDBUpdateSteps.php.
      
  | 
  protected | 
Definition at line 25 of file class.ilBookingManagerDBUpdateSteps.php.
Referenced by ILIAS\Setup\ilBookingManagerDBUpdateSteps\prepare(), ILIAS\Setup\ilBookingManagerDBUpdateSteps\step_4(), ILIAS\Setup\ilBookingManagerDBUpdateSteps\step_5(), ILIAS\Setup\ilBookingManagerDBUpdateSteps\step_6(), and ILIAS\Setup\ilBookingManagerDBUpdateSteps\step_7().