ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
supportsTerminating.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\Tool\Factory
;
2
3
use Closure;
4
10
interface
supportsTerminating
11
{
12
21
public
function
withTerminatedCallback
(Closure $callback) :
supportsTerminating
;
22
23
27
public
function
getTerminatedCallback
() : ?Closure;
28
29
33
public
function
hasTerminatedCallback
() : bool;
34
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Scope\Tool\Factory\supportsTerminating
Class supportsTerminating.
Definition:
supportsTerminating.php:11
ILIAS\GlobalScreen\Scope\Tool\Factory\supportsTerminating\getTerminatedCallback
getTerminatedCallback()
ILIAS\GlobalScreen\Scope\Tool\Factory\supportsTerminating\withTerminatedCallback
withTerminatedCallback(Closure $callback)
ILIAS\GlobalScreen\Scope\Tool\Factory\supportsTerminating\hasTerminatedCallback
hasTerminatedCallback()
ILIAS\GlobalScreen\Scope\Tool\Factory
Definition:
AbstractBaseTool.php:3
src
GlobalScreen
Scope
Tool
Factory
supportsTerminating.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)