ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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) | |
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().
|
protected |
Get a short info about the exception.
Definition at line 58 of file class.ilPlainTextHandler.php.
References Whoops\Handler\Handler\getInspector().
ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Implements Whoops\Handler\HandlerInterface.
Definition at line 25 of file class.ilPlainTextHandler.php.
References content(), and header.
|
private |
Replace passwort from post array with security message.
array | $post |
Definition at line 127 of file class.ilPlainTextHandler.php.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 49 of file class.ilPlainTextHandler.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 142 of file class.ilPlainTextHandler.php.
References $server.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 102 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, array, hidePassword(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 67 of file class.ilPlainTextHandler.php.
References $ret, $title, and tables().
const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 18 of file class.ilPlainTextHandler.php.