ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
LockHandlerResult.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
3
namespace
ILIAS\ResourceStorage\Lock
;
4
9
interface
LockHandlerResult
10
{
11
12
public
function
runAndUnlock
() : void;
13
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\ResourceStorage\Lock\LockHandlerResult
Definition:
LockHandlerResult.php:10
ILIAS\ResourceStorage\Lock\LockHandlerResult\runAndUnlock
runAndUnlock()
ILIAS\ResourceStorage\Lock
Definition:
LockHandler.php:3
src
ResourceStorage
Lock
LockHandlerResult.php
Generated on Fri Oct 3 2025 21:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)