ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
supportsTerminating.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Tool\Factory
;
22
23
use Closure;
24
29
interface
supportsTerminating
30
{
37
public
function
withTerminatedCallback
(Closure $callback):
supportsTerminating
;
38
42
public
function
getTerminatedCallback
(): ?Closure;
43
47
public
function
hasTerminatedCallback
(): bool;
48
}
ILIAS\GlobalScreen\Scope\Tool\Factory\supportsTerminating
Class supportsTerminating.
Definition:
supportsTerminating.php:30
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:21
components
ILIAS
GlobalScreen
src
Scope
Tool
Factory
supportsTerminating.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)