| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Setup\UpdateSteps:
 Collaboration diagram for ILIAS\Setup\UpdateSteps:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| step_2 () | |
| step_3 () | |
| step_4 () | |
| step_5 () | |
| step_6 () | |
  Public Member Functions inherited from ilDatabaseUpdateSteps | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps.  More... | |
Protected Attributes | |
| ilDBInterface | $db | 
Private Member Functions | |
| dropColumnWhenExists (string $table, string $column) | |
| dropTableWhenExists (string $table) | |
Definition at line 27 of file UpdateSteps.php.
      
  | 
  private | 
Definition at line 99 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\step_1(), and ILIAS\Setup\UpdateSteps\step_3().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 106 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\step_2(), and ILIAS\Setup\UpdateSteps\step_5().
 Here is the caller graph for this function:| ILIAS\Setup\UpdateSteps::prepare | ( | ilDBInterface | $db | ) | 
| ILIAS\Setup\UpdateSteps::step_1 | ( | ) | 
Definition at line 36 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropColumnWhenExists().
 Here is the call graph for this function:| ILIAS\Setup\UpdateSteps::step_2 | ( | ) | 
Definition at line 47 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropTableWhenExists().
 Here is the call graph for this function:| ILIAS\Setup\UpdateSteps::step_3 | ( | ) | 
Definition at line 52 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropColumnWhenExists().
 Here is the call graph for this function:| ILIAS\Setup\UpdateSteps::step_4 | ( | ) | 
| ILIAS\Setup\UpdateSteps::step_5 | ( | ) | 
Definition at line 73 of file UpdateSteps.php.
References ILIAS\Setup\UpdateSteps\dropTableWhenExists().
 Here is the call graph for this function:| ILIAS\Setup\UpdateSteps::step_6 | ( | ) | 
Definition at line 79 of file UpdateSteps.php.
References ilDBConstants\T_TEXT.
      
  | 
  protected | 
Definition at line 29 of file UpdateSteps.php.
Referenced by ILIAS\Setup\UpdateSteps\prepare().