|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilTestProcessLockerFactory:Public Member Functions | |
| __construct (private readonly ilSetting $settings, private readonly ilDBInterface $db, private readonly ilLogger|TestLogger $logger) | |
| getContextId () | |
| withContextId (int $contextId) | |
| getLocker () | |
| retrieveLockerForNamedOperation () | |
Protected Attributes | |
| int | $context_id |
Private Member Functions | |
| getLockModeSettingValue () | |
Definition at line 29 of file class.ilTestProcessLockerFactory.php.
| ilTestProcessLockerFactory::__construct | ( | private readonly ilSetting | $settings, |
| private readonly ilDBInterface | $db, | ||
| private readonly ilLogger|TestLogger | $logger | ||
| ) |
Definition at line 33 of file class.ilTestProcessLockerFactory.php.
| ilTestProcessLockerFactory::getContextId | ( | ) |
Definition at line 40 of file class.ilTestProcessLockerFactory.php.
References $context_id.
Referenced by getLocker().
Here is the caller graph for this function:| ilTestProcessLockerFactory::getLocker | ( | ) |
Definition at line 58 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(), getLockModeSettingValue(), and ILIAS\Repository\logger().
Referenced by retrieveLockerForNamedOperation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 53 of file class.ilTestProcessLockerFactory.php.
References ilObjTestFolder\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 74 of file class.ilTestProcessLockerFactory.php.
References getLocker().
Here is the call graph for this function:| ilTestProcessLockerFactory::withContextId | ( | int | $contextId | ) |
Definition at line 45 of file class.ilTestProcessLockerFactory.php.
|
protected |
Definition at line 31 of file class.ilTestProcessLockerFactory.php.
Referenced by getContextId().