|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilDelegatingHandler:
Collaboration diagram for ilDelegatingHandler:Public Member Functions | |
| __construct (ilErrorHandling $error_handling) | |
| handle () | |
| Last missing method from HandlerInterface. More... | |
Public Member Functions inherited from Whoops\Handler\Handler | |
| setRun (Run $run) | |
| setInspector (Inspector $inspector) | |
| setException (Exception $exception) | |
| handle () | |
| setRun (Run $run) | |
| setException (Exception $exception) | |
| setInspector (Inspector $inspector) | |
Private Attributes | |
| $error_handling | |
Additional Inherited Members | |
Data Fields inherited from Whoops\Handler\Handler | |
| const | DONE = 0x10 |
| Return constants that can be returned from Handler::handle to message the handler walker. More... | |
| const | LAST_HANDLER = 0x20 |
| const | QUIT = 0x30 |
Protected Member Functions inherited from Whoops\Handler\Handler | |
| getRun () | |
| getInspector () | |
| getException () | |
Definition at line 29 of file class.ilDelegatingHandler.php.
| ilDelegatingHandler::__construct | ( | ilErrorHandling | $error_handling | ) |
Definition at line 35 of file class.ilDelegatingHandler.php.
References $error_handling.
| ilDelegatingHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Asks ilErrorHandling for the appropriate Handler and delegates it's tasks to that handler.
Implements Whoops\Handler\HandlerInterface.
Definition at line 47 of file class.ilDelegatingHandler.php.
References Whoops\Handler\Handler\getException(), Whoops\Handler\Handler\getInspector(), Whoops\Handler\Handler\getRun(), and IL_INITIAL_WD.
Here is the call graph for this function:
|
private |
Definition at line 33 of file class.ilDelegatingHandler.php.
Referenced by __construct().