ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
LockHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ResourceStorage\Lock
;
22
27
interface
LockHandler
28
{
29
public
function
lockTables
(array $table_names, callable $during):
LockHandlerResult
;
30
}
ILIAS\ResourceStorage\Lock\LockHandlerResult
Definition:
LockHandlerResult.php:28
ILIAS\ResourceStorage\Lock\LockHandler
Definition:
LockHandler.php:28
ILIAS\ResourceStorage\Lock\LockHandler\lockTables
lockTables(array $table_names, callable $during)
ILIAS\ResourceStorage\Lock
Definition:
LockHandler.php:21
components
ILIAS
ResourceStorage
src
Lock
LockHandler.php
Generated on Sat Oct 18 2025 23:03:38 for ILIAS by
1.9.4 (using
Doxyfile
)