|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps:
Collaboration diagram for ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps: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 () | |
| prepare (\ilDBInterface $db) | |
| Prepare the execution of the steps. More... | |
Protected Attributes | |
| ilDBInterface | $db |
Private Member Functions | |
| useTransaction (callable $updateStep) | |
Definition at line 32 of file class.ilEmployeeTalkDBUpdateSteps.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::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 36 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\$db.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_1 | ( | ) |
Definition at line 60 of file class.ilEmployeeTalkDBUpdateSteps.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_2 | ( | ) |
Definition at line 65 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\$db, ilDBInterface\tableExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
Here is the call graph for this function:| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_3 | ( | ) |
Definition at line 89 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\$db, ilDBInterface\tableColumnExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
Here is the call graph for this function:| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_4 | ( | ) |
Definition at line 109 of file class.ilEmployeeTalkDBUpdateSteps.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_5 | ( | ) |
Definition at line 114 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\$db, ilDBInterface\tableExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
Here is the call graph for this function:| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_6 | ( | ) |
Definition at line 130 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\$db, ilDBInterface\tableColumnExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
Here is the call graph for this function:
|
private |
Definition at line 41 of file class.ilEmployeeTalkDBUpdateSteps.php.
Referenced by ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_2(), ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_3(), ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_5(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_6().
Here is the caller graph for this function:
|
protected |
Definition at line 34 of file class.ilEmployeeTalkDBUpdateSteps.php.
Referenced by ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\prepare(), ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_2(), ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_3(), ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_5(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\step_6().