|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilAssQuestionProcessLockerFactory:Public Member Functions | |
| __construct (ilSetting $settings, ilDBInterface $db) | |
| setQuestionId ($questionId) | |
| getQuestionId () | |
| setUserId ($userId) | |
| getUserId () | |
| setAssessmentLogEnabled ($assessmentLogEnabled) | |
| isAssessmentLogEnabled () | |
| getLocker () | |
Protected Attributes | |
| $settings | |
| $db | |
| $questionId | |
| $userId | |
| $assessmentLogEnabled | |
Private Member Functions | |
| getLockModeSettingValue () | |
Definition at line 16 of file class.ilAssQuestionProcessLockerFactory.php.
| ilAssQuestionProcessLockerFactory::__construct | ( | ilSetting | $settings, |
| ilDBInterface | $db | ||
| ) |
| ilSetting | $settings | |
| ilDBInterface | $db |
Definition at line 47 of file class.ilAssQuestionProcessLockerFactory.php.
References $db, $settings, and settings().
Here is the call graph for this function:| ilAssQuestionProcessLockerFactory::getLocker | ( | ) |
Definition at line 113 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_DB, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_FILE, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, getLockModeSettingValue(), getQuestionId(), getUserId(), and isAssessmentLogEnabled().
Here is the call graph for this function:
|
private |
Definition at line 105 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and settings().
Referenced by getLocker().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::getQuestionId | ( | ) |
Definition at line 68 of file class.ilAssQuestionProcessLockerFactory.php.
References $questionId.
Referenced by getLocker().
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::getUserId | ( | ) |
Definition at line 84 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
Referenced by getLocker().
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::isAssessmentLogEnabled | ( | ) |
Definition at line 100 of file class.ilAssQuestionProcessLockerFactory.php.
References $assessmentLogEnabled.
Referenced by getLocker().
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::setAssessmentLogEnabled | ( | $assessmentLogEnabled | ) |
| bool | $assessmentLogEnabled |
Definition at line 92 of file class.ilAssQuestionProcessLockerFactory.php.
References $assessmentLogEnabled.
| ilAssQuestionProcessLockerFactory::setQuestionId | ( | $questionId | ) |
| int | $questionId |
Definition at line 60 of file class.ilAssQuestionProcessLockerFactory.php.
References $questionId.
| ilAssQuestionProcessLockerFactory::setUserId | ( | $userId | ) |
| int | $userId |
Definition at line 76 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
|
protected |
Definition at line 41 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by isAssessmentLogEnabled(), and setAssessmentLogEnabled().
|
protected |
Definition at line 26 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 21 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getUserId(), and setUserId().