|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilAssQuestionProcessLockerFactory:Public Member Functions | |
| __construct (private readonly ilSetting $settings, private readonly ilDBInterface $db, private readonly ilLogger|TestLogger $logger) | |
| setQuestionId (int $question_id) | |
| getQuestionId () | |
| setUserId (int $user_id) | |
| getUserId () | |
| getLocker () | |
Protected Attributes | |
| int | $question_id = null |
| int | $user_id = null |
Private Member Functions | |
| getLockModeSettingValue () | |
Definition at line 27 of file class.ilAssQuestionProcessLockerFactory.php.
| ilAssQuestionProcessLockerFactory::__construct | ( | private readonly ilSetting | $settings, |
| private readonly ilDBInterface | $db, | ||
| private readonly ilLogger|TestLogger | $logger | ||
| ) |
Definition at line 32 of file class.ilAssQuestionProcessLockerFactory.php.
| ilAssQuestionProcessLockerFactory::getLocker | ( | ) |
Definition at line 64 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_DB, ilObjTestFolder\ASS_PROC_LOCK_MODE_FILE, ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, getLockModeSettingValue(), getQuestionId(), getUserId(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 59 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\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 44 of file class.ilAssQuestionProcessLockerFactory.php.
References $question_id.
Referenced by getLocker().
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::getUserId | ( | ) |
Definition at line 54 of file class.ilAssQuestionProcessLockerFactory.php.
References $user_id.
Referenced by getLocker().
Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::setQuestionId | ( | int | $question_id | ) |
Definition at line 39 of file class.ilAssQuestionProcessLockerFactory.php.
References $question_id.
| ilAssQuestionProcessLockerFactory::setUserId | ( | int | $user_id | ) |
Definition at line 49 of file class.ilAssQuestionProcessLockerFactory.php.
References $user_id.
|
protected |
Definition at line 29 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 30 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getUserId(), and setUserId().