|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
A Whoops error handler for testing. More...
Inheritance diagram for ilTestingHandler:
Collaboration diagram for ilTestingHandler:Protected Member Functions | |
| pageHeader () | |
| Get the header for the page. More... | |
Protected Member Functions inherited from ilPlainTextHandler | |
| content () | |
| Assemble the output for this handler. More... | |
| pageHeader () | |
| Get the header for the page. More... | |
| exceptionContent () | |
| Get a short info about the exception. More... | |
| tablesContent () | |
| Get the header for the page. More... | |
| tables () | |
| Get the tables that should be rendered. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ilPlainTextHandler | |
| withExclusionList (array $exclusion_list) | |
| handle () | |
| Last missing method from HandlerInterface. More... | |
Data Fields inherited from ilPlainTextHandler | |
| const | KEY_SPACE = 25 |
A Whoops error handler for testing.
This yields the same output as the plain text handler, but prints a nice message to the tester on top of the page.
Definition at line 17 of file class.ilTestingHandler.php.
|
protected |
Get the header for the page.
Reimplemented from ilPlainTextHandler.
Definition at line 24 of file class.ilTestingHandler.php.