ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
withExclusionList (array $exclusion_list) | |
handle () | |
Last missing method from HandlerInterface. More... | |
Data Fields | |
const | KEY_SPACE = 25 |
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... | |
Private Member Functions | |
hideSensitiveData (array $super_global) | |
shortenPHPSessionId (array $server) | |
Shorts the php session id. More... | |
Private Attributes | |
$exclusion_list = [] | |
Definition at line 17 of file class.ilPlainTextHandler.php.
|
protected |
Assemble the output for this handler.
Definition at line 52 of file class.ilPlainTextHandler.php.
References exceptionContent(), pageHeader(), and tablesContent().
Referenced by handle().
|
protected |
Get a short info about the exception.
Definition at line 75 of file class.ilPlainTextHandler.php.
Referenced by content().
ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Definition at line 39 of file class.ilPlainTextHandler.php.
References content().
|
private |
array<string,mixed> | $super_global |
Definition at line 143 of file class.ilPlainTextHandler.php.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 65 of file class.ilPlainTextHandler.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 165 of file class.ilPlainTextHandler.php.
References $server.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 120 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, hideSensitiveData(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 85 of file class.ilPlainTextHandler.php.
References $ret, and tables().
Referenced by content().
ilPlainTextHandler::withExclusionList | ( | array | $exclusion_list | ) |
list<string> | $exclusion_list |
Definition at line 27 of file class.ilPlainTextHandler.php.
References $exclusion_list.
|
private |
Definition at line 22 of file class.ilPlainTextHandler.php.
Referenced by withExclusionList().
const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 19 of file class.ilPlainTextHandler.php.