ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (ilSetting $settings, ilDBInterface $db) | |
getContextId () | |
withContextId (int $contextId) | |
getLocker () | |
retrieveLockerForNamedOperation () | |
Protected Attributes | |
$settings | |
$db | |
$contextId | |
Private Member Functions | |
getLockModeSettingValue () | |
Definition at line 25 of file class.ilTestProcessLockerFactory.php.
ilTestProcessLockerFactory::__construct | ( | ilSetting | $settings, |
ilDBInterface | $db | ||
) |
ilSetting | $settings | |
ilDBInterface | $db |
Definition at line 46 of file class.ilTestProcessLockerFactory.php.
References $db, $settings, and ILIAS\Repository\settings().
ilTestProcessLockerFactory::getContextId | ( | ) |
Definition at line 52 of file class.ilTestProcessLockerFactory.php.
References $contextId.
Referenced by getLocker().
ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 73 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_DB, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_FILE, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, getContextId(), and getLockModeSettingValue().
Referenced by retrieveLockerForNamedOperation().
|
private |
Definition at line 65 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\settings().
Referenced by getLocker().
ilTestProcessLockerFactory::retrieveLockerForNamedOperation | ( | ) |
Definition at line 98 of file class.ilTestProcessLockerFactory.php.
References getLocker().
ilTestProcessLockerFactory::withContextId | ( | int | $contextId | ) |
|
protected |
Definition at line 40 of file class.ilTestProcessLockerFactory.php.
Referenced by getContextId(), and withContextId().
|
protected |
Definition at line 35 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().