ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
supportsTerminating.php
Go to the documentation of this file.
2
3use Closure;
4
11{
12
21 public function withTerminatedCallback(Closure $callback) : supportsTerminating;
22
23
27 public function getTerminatedCallback() : ?Closure;
28
29
33 public function hasTerminatedCallback() : bool;
34}
An exception for terminatinating execution or to throw for unit testing.