ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (ilSetting $settings, ilDBInterface $db) | |
setActiveId ($activeId) | |
getActiveId () | |
getLocker () | |
Protected Attributes | |
$settings | |
$db | |
$activeId | |
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::getActiveId | ( | ) |
Definition at line 56 of file class.ilTestProcessLockerFactory.php.
References $activeId.
Referenced by getLocker().
ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 69 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_DB, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_FILE, ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, getActiveId(), and getLockModeSettingValue().
|
private |
Definition at line 61 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and settings().
Referenced by getLocker().
ilTestProcessLockerFactory::setActiveId | ( | $activeId | ) |
int | $activeId |
Definition at line 48 of file class.ilTestProcessLockerFactory.php.
References $activeId.
|
protected |
Definition at line 31 of file class.ilTestProcessLockerFactory.php.
Referenced by getActiveId(), and setActiveId().
|
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().