ILIAS
release_8 Revision v8.23
|
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 () | |
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 ilDBInterface\addIndex(), ilDBInterface\addPrimaryKey(), ilDBInterface\createTable(), ilDBInterface\tableExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_3 | ( | ) |
Definition at line 89 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ilDBInterface\addTableColumn(), ilDBInterface\tableColumnExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
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 ilDBInterface\addPrimaryKey(), ilDBInterface\createTable(), ilDBInterface\tableExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps::step_6 | ( | ) |
Definition at line 130 of file class.ilEmployeeTalkDBUpdateSteps.php.
References ilDBInterface\addTableColumn(), ilDBInterface\tableColumnExists(), and ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\useTransaction().
|
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().
|
protected |
Definition at line 34 of file class.ilEmployeeTalkDBUpdateSteps.php.
Referenced by ILIAS\EmployeeTalk\Setup\ilEmployeeTalkDBUpdateSteps\prepare().