|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilPlainTextHandler:
Collaboration diagram for ilPlainTextHandler:Public Member Functions | |
| 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) | |
Data Fields | |
| const | KEY_SPACE = 25 |
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 | |
| 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... | |
Protected Member Functions inherited from Whoops\Handler\Handler | |
| getRun () | |
| getInspector () | |
| getException () | |
Definition at line 20 of file class.ilPlainTextHandler.php.
|
protected |
Assemble the output for this handler.
Definition at line 39 of file class.ilPlainTextHandler.php.
References pageHeader().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get a short info about the exception.
Definition at line 60 of file class.ilPlainTextHandler.php.
References Whoops\Handler\Handler\getInspector().
Here is the call graph for this function:| ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Implements Whoops\Handler\HandlerInterface.
Definition at line 28 of file class.ilPlainTextHandler.php.
References content().
Here is the call graph for this function:
|
protected |
Get the header for the page.
Reimplemented in ilTestingHandler.
Definition at line 51 of file class.ilPlainTextHandler.php.
Referenced by content().
Here is the caller graph for this function:
|
protected |
Get the tables that should be rendered.
Definition at line 104 of file class.ilPlainTextHandler.php.
References $_GET, $_POST, $_SERVER, and $_SESSION.
Referenced by tablesContent().
Here is the caller graph for this function:
|
protected |
Get the header for the page.
Definition at line 69 of file class.ilPlainTextHandler.php.
References $ret, and tables().
Here is the call graph for this function:| const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 21 of file class.ilPlainTextHandler.php.