ILIAS
release_8 Revision v8.19
|
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 25 of file class.ilAssQuestionProcessLockerFactory.php.
ilAssQuestionProcessLockerFactory::__construct | ( | ilSetting | $settings, |
ilDBInterface | $db | ||
) |
ilSetting | $settings | |
ilDBInterface | $db |
Definition at line 56 of file class.ilAssQuestionProcessLockerFactory.php.
References $db, $settings, and ILIAS\Repository\settings().
ilAssQuestionProcessLockerFactory::getLocker | ( | ) |
Definition at line 122 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().
|
private |
Definition at line 114 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\settings().
Referenced by getLocker().
ilAssQuestionProcessLockerFactory::getQuestionId | ( | ) |
Definition at line 77 of file class.ilAssQuestionProcessLockerFactory.php.
References $questionId.
Referenced by getLocker().
ilAssQuestionProcessLockerFactory::getUserId | ( | ) |
Definition at line 93 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
Referenced by getLocker().
ilAssQuestionProcessLockerFactory::isAssessmentLogEnabled | ( | ) |
Definition at line 109 of file class.ilAssQuestionProcessLockerFactory.php.
References $assessmentLogEnabled.
Referenced by getLocker().
ilAssQuestionProcessLockerFactory::setAssessmentLogEnabled | ( | $assessmentLogEnabled | ) |
bool | $assessmentLogEnabled |
Definition at line 101 of file class.ilAssQuestionProcessLockerFactory.php.
References $assessmentLogEnabled.
ilAssQuestionProcessLockerFactory::setQuestionId | ( | $questionId | ) |
int | $questionId |
Definition at line 69 of file class.ilAssQuestionProcessLockerFactory.php.
References $questionId.
ilAssQuestionProcessLockerFactory::setUserId | ( | $userId | ) |
int | $userId |
Definition at line 85 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
|
protected |
Definition at line 50 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by isAssessmentLogEnabled(), and setAssessmentLogEnabled().
|
protected |
Definition at line 35 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 30 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getUserId(), and setUserId().