|
ILIAS
release_8 Revision v8.24
|
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text. More...
Inheritance diagram for ilPlainTextHandler:
Collaboration diagram for ilPlainTextHandler: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 | ( | ) |
Reimplemented in ilTestingHandler.
Definition at line 50 of file class.ilPlainTextHandler.php.
References getExceptionOutput(), and tablesContent().
Here is the call graph for this function:
|
protected |
Get a short info about the exception.
Definition at line 58 of file class.ilPlainTextHandler.php.
Referenced by generateResponse(), and ilTestingHandler\generateResponse().
Here is the caller graph for this function:
|
private |
| array<string,mixed> | $super_global |
Definition at line 130 of file class.ilPlainTextHandler.php.
Referenced by tables().
Here is the caller graph for this function:
|
private |
| array<string,mixed> | $server |
Definition at line 149 of file class.ilPlainTextHandler.php.
References ILIAS\LTI\ToolProvider\$key, and $server.
Referenced by tables().
Here is the caller graph for this function:
|
private |
Definition at line 45 of file class.ilPlainTextHandler.php.
Referenced by tablesContent().
Here is the caller graph for this function:
|
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().
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 66 of file class.ilPlainTextHandler.php.
References ILIAS\LTI\ToolProvider\$key, stripNullBytes(), and tables().
Referenced by generateResponse().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.