|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 (RunInterface $run) | |
| setInspector (Inspector $inspector) | |
| setException ($exception) | |
| handle () | |
| setRun (RunInterface $run) | |
| setException ($exception) | |
| setInspector (Inspector $inspector) | |
Data Fields | |
| const | KEY_SPACE = 25 |
Data Fields inherited from Whoops\Handler\Handler | |
| const | DONE = 0x10 |
| const | LAST_HANDLER = 0x20 |
| The Handler has handled the Throwable in some way, and wishes to skip any other Handler. More... | |
| const | QUIT = 0x30 |
| The Handler has handled the Throwable in some way, and wishes to quit/stop execution. More... | |
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 () | |
Private Member Functions | |
| hidePassword (array $post) | |
| Replace passwort from post array with security message. More... | |
| shortenPHPSessionId (array $server) | |
| Shorts the php session id. More... | |
Definition at line 17 of file class.ilPlainTextHandler.php.
|
protected |
Assemble the output for this handler.
Definition at line 37 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 58 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 25 of file class.ilPlainTextHandler.php.
References content().
Here is the call graph for this function:
|
private |
Replace passwort from post array with security message.
| array | $post |
Definition at line 127 of file class.ilPlainTextHandler.php.
Referenced by tables().
Here is the caller graph for this function:
|
protected |
Get the header for the page.
Reimplemented in ilTestingHandler.
Definition at line 49 of file class.ilPlainTextHandler.php.
Referenced by content().
Here is the caller graph for this function:
|
private |
Shorts the php session id.
| array | $server |
Definition at line 142 of file class.ilPlainTextHandler.php.
References $server.
Referenced by tables().
Here is the caller graph for this function:
|
protected |
Get the tables that should be rendered.
Definition at line 102 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, hidePassword(), and shortenPHPSessionId().
Referenced by tablesContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get the header for the page.
Definition at line 67 of file class.ilPlainTextHandler.php.
References $ret, $title, and tables().
Here is the call graph for this function:| const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 18 of file class.ilPlainTextHandler.php.