◆ __construct()
◆ executeOperation()
ilTestProcessLockerDb::executeOperation |
( |
callable |
$operation | ) |
|
|
protected |
◆ onBeforeExecutingRandomPassBuildOperation()
ilTestProcessLockerDb::onBeforeExecutingRandomPassBuildOperation |
( |
|
$withTaxonomyTables = false | ) |
|
|
protected |
{}
Definition at line 44 of file class.ilTestProcessLockerDb.php.
46 $this->atom_query->addTableLock(
'tst_rnd_cpy');
47 $this->atom_query->addTableLock(
'qpl_questions');
48 $this->atom_query->addTableLock(
'qpl_qst_type');
49 $this->atom_query->addTableLock(
'tst_test_rnd_qst')->lockSequence(
true);
50 $this->atom_query->addTableLock(
'il_plugin');
51 $this->atom_query->addTableLock(
'tst_active');
53 if ($withTaxonomyTables) {
54 $this->atom_query->addTableLock(
'tax_tree')->aliasName(
's');
55 $this->atom_query->addTableLock(
'tax_tree')->aliasName(
't');
56 $this->atom_query->addTableLock(
'tax_node_assignment');
◆ onBeforeExecutingTestFinishOperation()
ilTestProcessLockerDb::onBeforeExecutingTestFinishOperation |
( |
| ) |
|
|
protected |
◆ onBeforeExecutingTestStartOperation()
ilTestProcessLockerDb::onBeforeExecutingTestStartOperation |
( |
| ) |
|
|
protected |
◆ $atom_query
ilTestProcessLockerDb::$atom_query |
|
protected |
◆ $db
ilTestProcessLockerDb::$db |
|
protected |
The documentation for this class was generated from the following file: