◆ __construct()
◆ executeOperation()
ilTestProcessLockerDb::executeOperation |
( |
callable |
$operation | ) |
|
|
protected |
◆ onAfterExecutingNamedOperation()
ilTestProcessLockerDb::onAfterExecutingNamedOperation |
( |
string |
$operationDescriptor | ) |
|
|
protected |
◆ onBeforeExecutingNamedOperation()
ilTestProcessLockerDb::onBeforeExecutingNamedOperation |
( |
string |
$operationDescriptor | ) |
|
|
protected |
◆ onBeforeExecutingRandomPassBuildOperation()
ilTestProcessLockerDb::onBeforeExecutingRandomPassBuildOperation |
( |
|
$withTaxonomyTables = false | ) |
|
|
protected |
{}
Definition at line 57 of file class.ilTestProcessLockerDb.php.
59 $this->atom_query->addTableLock(
'tst_rnd_cpy');
60 $this->atom_query->addTableLock(
'qpl_questions');
61 $this->atom_query->addTableLock(
'qpl_qst_type');
62 $this->atom_query->addTableLock(
'tst_test_rnd_qst')->lockSequence(
true);
63 $this->atom_query->addTableLock(
'il_plugin');
64 $this->atom_query->addTableLock(
'tst_active');
66 if ($withTaxonomyTables) {
67 $this->atom_query->addTableLock(
'tax_tree')->aliasName(
's');
68 $this->atom_query->addTableLock(
'tax_tree')->aliasName(
't');
69 $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: