|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilAssQuestionProcessLockerDb:
Collaboration diagram for ilAssQuestionProcessLockerDb:Protected Attributes | |
| $db | |
Private Member Functions | |
| getTablesUsedDuringAssessmentLog () | |
| getTablesUsedDuringSolutionUpdate () | |
| getTablesUsedDuringResultUpdate () | |
Private Attributes | |
| $assessmentLogEnabled = false | |
Definition at line 12 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::__construct | ( | ilDB | $db | ) |
| ilDB | $db |
Definition at line 24 of file class.ilAssQuestionProcessLockerDb.php.
References $db.
|
private |
Definition at line 39 of file class.ilAssQuestionProcessLockerDb.php.
References ilDB\LOCK_WRITE.
Referenced by requestUserSolutionUpdateLock().
Here is the caller graph for this function:
|
private |
Definition at line 58 of file class.ilAssQuestionProcessLockerDb.php.
References ilDB\LOCK_WRITE.
Referenced by requestUserQuestionResultUpdateLock(), and requestUserSolutionAdoptLock().
Here is the caller graph for this function:
|
private |
Definition at line 50 of file class.ilAssQuestionProcessLockerDb.php.
References ilDB\LOCK_WRITE.
Referenced by requestUserSolutionAdoptLock(), and requestUserSolutionUpdateLock().
Here is the caller graph for this function:| ilAssQuestionProcessLockerDb::isAssessmentLogEnabled | ( | ) |
Definition at line 29 of file class.ilAssQuestionProcessLockerDb.php.
References $assessmentLogEnabled.
Referenced by requestUserSolutionUpdateLock().
Here is the caller graph for this function:| ilAssQuestionProcessLockerDb::releaseUserPassResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 116 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::releaseUserQuestionResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 102 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::releaseUserSolutionAdoptLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 90 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::releaseUserSolutionUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 78 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::releaseUserTestResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 130 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::requestUserPassResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 107 of file class.ilAssQuestionProcessLockerDb.php.
| ilAssQuestionProcessLockerDb::requestUserQuestionResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 95 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringResultUpdate().
Here is the call graph for this function:| ilAssQuestionProcessLockerDb::requestUserSolutionAdoptLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 83 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringResultUpdate(), and getTablesUsedDuringSolutionUpdate().
Here is the call graph for this function:| ilAssQuestionProcessLockerDb::requestUserSolutionUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 66 of file class.ilAssQuestionProcessLockerDb.php.
References getTablesUsedDuringAssessmentLog(), getTablesUsedDuringSolutionUpdate(), and isAssessmentLogEnabled().
Here is the call graph for this function:| ilAssQuestionProcessLockerDb::requestUserTestResultUpdateLock | ( | ) |
Reimplemented from ilAssQuestionProcessLocker.
Definition at line 123 of file class.ilAssQuestionProcessLockerDb.php.
References ilDB\LOCK_WRITE.
| ilAssQuestionProcessLockerDb::setAssessmentLogEnabled | ( | $assessmentLogEnabled | ) |
Definition at line 34 of file class.ilAssQuestionProcessLockerDb.php.
References $assessmentLogEnabled.
|
private |
Definition at line 19 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by isAssessmentLogEnabled(), and setAssessmentLogEnabled().
|
protected |
Definition at line 17 of file class.ilAssQuestionProcessLockerDb.php.
Referenced by __construct().