|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilTestProcessLockerFactory: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().
Here is the call graph for this function:| ilTestProcessLockerFactory::getActiveId | ( | ) |
Definition at line 56 of file class.ilTestProcessLockerFactory.php.
References $activeId.
Referenced by getLocker().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 61 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and settings().
Referenced by getLocker().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().