ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 27 of file class.ilTestProcessLockerFactory.php.
ilTestProcessLockerFactory::__construct | ( | ilSetting | $settings, |
ilDBInterface | $db | ||
) |
ilSetting | $settings | |
ilDBInterface | $db |
Definition at line 48 of file class.ilTestProcessLockerFactory.php.
References $db, $settings, and ILIAS\Repository\settings().
ilTestProcessLockerFactory::getContextId | ( | ) |
Definition at line 54 of file class.ilTestProcessLockerFactory.php.
References $contextId.
Referenced by getLocker().
ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 75 of file class.ilTestProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_DB, ilObjTestFolder\ASS_PROC_LOCK_MODE_FILE, ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, getContextId(), and getLockModeSettingValue().
Referenced by retrieveLockerForNamedOperation().
|
private |
Definition at line 67 of file class.ilTestProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\settings().
Referenced by getLocker().
ilTestProcessLockerFactory::retrieveLockerForNamedOperation | ( | ) |
Definition at line 100 of file class.ilTestProcessLockerFactory.php.
References getLocker().
ilTestProcessLockerFactory::withContextId | ( | int | $contextId | ) |
|
protected |
Definition at line 42 of file class.ilTestProcessLockerFactory.php.
Referenced by getContextId(), and withContextId().
|
protected |
Definition at line 37 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilTestProcessLockerFactory.php.
Referenced by __construct().