ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
LockHandler.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\ResourceStorage\Lock
;
4
9
interface
LockHandler
10
{
11
public
function
lockTables
(array $table_names, callable $during) :
LockHandlerResult
;
12
}
ILIAS\ResourceStorage\Lock\LockHandler\lockTables
lockTables(array $table_names, callable $during)
ILIAS\ResourceStorage\Lock\LockHandlerResult
Definition:
LockHandlerResult.php:9
ILIAS\ResourceStorage\Lock
Definition:
LockHandler.php:3
ILIAS\ResourceStorage\Lock\LockHandler
Definition:
LockHandler.php:9
src
ResourceStorage
Lock
LockHandler.php
Generated on Mon Sep 1 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)