|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilAssQuestionProcessLockerDb:
Collaboration diagram for ilAssQuestionProcessLockerDb:Public Member Functions | |
| __construct (ilDBInterface $db) | |
| isAssessmentLogEnabled () | |
| setAssessmentLogEnabled ($assessmentLogEnabled) | |
Public Member Functions inherited from ilAssQuestionProcessLocker | |
| executePersistWorkingStateLockOperation (callable $operation) | |
| executeUserSolutionUpdateLockOperation (callable $operation) | |
| executeUserQuestionResultUpdateOperation (callable $operation) | |
| executeUserPassResultUpdateLockOperation (callable $operation) | |
| executeUserTestResultUpdateLockOperation (callable $operation) | |
| executeUserSolutionAdoptLockOperation (callable $operation) | |
Protected Attributes | |
| $db | |
| $atom_query | |
Private Member Functions | |
| getTablesUsedDuringAssessmentLog () | |
| getTablesUsedDuringSolutionUpdate () | |
| getTablesUsedDuringResultUpdate () | |
Private Attributes | |
| $assessmentLogEnabled = false | |
Definition at line 12 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::__construct | ( | ilDBInterface | $db | ) |
| ilDBInterface | $db |
Definition at line 32 of file class.ilAssQuestionProcessLockerDb.php.
References $db.
|
protected |
{
| callable | $operation |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 136 of file class.ilAssQuestionProcessLockerDb.php.
References $ilDB.
|
private |
Definition at line 50 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by onBeforeExecutingUserSolutionUpdateOperation().
Here is the caller graph for this function:
|
private |
Definition at line 73 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by onBeforeExecutingUserQuestionResultUpdateOperation(), and onBeforeExecutingUserSolutionAdoptOperation().
Here is the caller graph for this function:
|
private |
Definition at line 63 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by onBeforeExecutingUserSolutionAdoptOperation(), and onBeforeExecutingUserSolutionUpdateOperation().
Here is the caller graph for this function:| ilAssQuestionProcessLockerDb::isAssessmentLogEnabled | ( | ) |
Definition at line 37 of file class.ilAssQuestionProcessLockerDb.php.
References $assessmentLogEnabled.
Referenced by onBeforeExecutingUserSolutionUpdateOperation().
Here is the caller graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 100 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringResultUpdate().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 111 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringResultUpdate(), and getTablesUsedDuringSolutionUpdate().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 83 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringAssessmentLog(), getTablesUsedDuringSolutionUpdate(), and isAssessmentLogEnabled().
Here is the call graph for this function:
|
protected |
{}
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 125 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::setAssessmentLogEnabled | ( | $assessmentLogEnabled | ) |
Definition at line 42 of file class.ilAssQuestionProcessLockerDb.php.
References $assessmentLogEnabled.
|
private |
Definition at line 27 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by isAssessmentLogEnabled(), and setAssessmentLogEnabled().
|
protected |
Definition at line 22 of file class.ilAssQuestionProcessLockerDb.php.
|
protected |
Definition at line 17 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by __construct().