ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
HandlerInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Whoops\Handler
;
8
9
use
Exception
;
10
use
Whoops\Exception\Inspector
;
11
use
Whoops\Run
;
12
13
interface
HandlerInterface
14
{
18
public
function
handle
();
19
24
public
function
setRun
(
Run
$run
);
25
30
public
function
setException
(
Exception
$exception
);
31
36
public
function
setInspector
(
Inspector
$inspector
);
37
}
Whoops\Handler\HandlerInterface\setException
setException(Exception $exception)
Whoops\Handler\HandlerInterface\handle
handle()
Whoops\Handler\Handler\$exception
$exception
Definition:
Handler.php:40
Whoops\Handler\HandlerInterface
Definition:
HandlerInterface.php:13
Whoops\Handler
Whoops - php errors for cool kids.
Definition:
CallbackHandler.php:7
Whoops\Run
Definition:
Run.php:17
Whoops\Handler\Handler\$run
$run
Definition:
Handler.php:30
Run
Whoops\Handler\HandlerInterface\setRun
setRun(Run $run)
Inspector
Whoops\Exception\Inspector
Definition:
Inspector.php:11
Whoops\Handler\HandlerInterface\setInspector
setInspector(Inspector $inspector)
Whoops\Handler\Handler\$inspector
$inspector
Definition:
Handler.php:35
Exception
Services
Exceptions
lib
Whoops
Handler
HandlerInterface.php
Generated on Wed Aug 27 2025 19:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)