|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestProcessLockerFactory: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().
Here is the call graph for this function:| ilTestProcessLockerFactory::getContextId | ( | ) |
Definition at line 54 of file class.ilTestProcessLockerFactory.php.
References $contextId.
Referenced by getLocker().
Here is the caller graph for this function:| ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 75 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 67 of file class.ilTestProcessLockerFactory.php.
References ilObjAssessmentFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\settings().
Referenced by getLocker().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestProcessLockerFactory::retrieveLockerForNamedOperation | ( | ) |
Definition at line 100 of file class.ilTestProcessLockerFactory.php.
References getLocker().
Here is the call graph for this function:| 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().