ILIAS
release_8 Revision v8.19
|
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text. More...
Public Member Functions | |
withExclusionList (array $exclusion_list) | |
generateResponse () | |
Protected Member Functions | |
getExceptionOutput () | |
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 Attributes | |
const | KEY_SPACE = 25 |
Private Member Functions | |
stripNullBytes (string $ret) | |
hideSensitiveData (array $super_global) | |
shortenPHPSessionId (array $server) | |
Private Attributes | |
array | $exclusion_list = [] |
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text.
This is used for better coexistence with xdebug, see #16627.
Definition at line 28 of file class.ilPlainTextHandler.php.
ilPlainTextHandler::generateResponse | ( | ) |
Definition at line 50 of file class.ilPlainTextHandler.php.
References getExceptionOutput(), and tablesContent().
|
protected |
Get a short info about the exception.
Definition at line 58 of file class.ilPlainTextHandler.php.
Referenced by ilTestingHandler\generateResponse(), and generateResponse().
|
private |
array<string,mixed> | $super_global |
Definition at line 130 of file class.ilPlainTextHandler.php.
Referenced by tables().
|
private |
array<string,mixed> | $server |
Definition at line 149 of file class.ilPlainTextHandler.php.
References ILIAS\LTI\ToolProvider\$key, and $server.
Referenced by tables().
|
private |
Definition at line 45 of file class.ilPlainTextHandler.php.
Referenced by tablesContent().
|
protected |
Get the tables that should be rendered.
Definition at line 106 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_SERVER, $post, $server, hideSensitiveData(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 66 of file class.ilPlainTextHandler.php.
References ILIAS\LTI\ToolProvider\$key, stripNullBytes(), and tables().
Referenced by generateResponse().
ilPlainTextHandler::withExclusionList | ( | array | $exclusion_list | ) |
list<string> | $exclusion_list |
Definition at line 38 of file class.ilPlainTextHandler.php.
References $exclusion_list.
|
private |
Definition at line 33 of file class.ilPlainTextHandler.php.
Referenced by withExclusionList().
|
protected |
Definition at line 30 of file class.ilPlainTextHandler.php.