ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 39 of file class.ilPlainTextHandler.php.
References exceptionContent(), pageHeader(), and tablesContent().
Referenced by handle().
|
protected |
Get a short info about the exception.
Definition at line 62 of file class.ilPlainTextHandler.php.
References Whoops\Handler\Handler\getInspector().
Referenced by content().
ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Implements Whoops\Handler\HandlerInterface.
Definition at line 26 of file class.ilPlainTextHandler.php.
References content(), and header.
|
private |
Replace passwort from post array with security message.
array | $post |
Definition at line 132 of file class.ilPlainTextHandler.php.
References $post.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 52 of file class.ilPlainTextHandler.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 148 of file class.ilPlainTextHandler.php.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 107 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $post, $server, array, hidePassword(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 72 of file class.ilPlainTextHandler.php.
References $key, $ret, $title, and tables().
Referenced by content().
const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 19 of file class.ilPlainTextHandler.php.