ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 16 of file class.ilTestProcessLockerFactory.php.
ilTestProcessLockerFactory::__construct | ( | ilSetting | $settings, |
ilDBInterface | $db | ||
) |
ilSetting | $settings | |
ilDBInterface | $db |
Definition at line 37 of file class.ilTestProcessLockerFactory.php.
References $db, $settings, and settings().
ilTestProcessLockerFactory::getContextId | ( | ) |
Definition at line 43 of file class.ilTestProcessLockerFactory.php.
References $contextId.
Referenced by getLocker().
ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 64 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 56 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and settings().
Referenced by getLocker().
ilTestProcessLockerFactory::retrieveLockerForNamedOperation | ( | ) |
Definition at line 89 of file class.ilTestProcessLockerFactory.php.
References getLocker().
ilTestProcessLockerFactory::withContextId | ( | int | $contextId | ) |
|
protected |
Definition at line 31 of file class.ilTestProcessLockerFactory.php.
Referenced by getContextId(), and withContextId().
|
protected |
Definition at line 26 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().