|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilPlainTextHandler:
Collaboration diagram for ilPlainTextHandler:Public Member Functions | |
| 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 | |
| hidePassword (array $superGlobal) | |
| Replace password from super global 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get a short info about the exception.
Definition at line 62 of file class.ilPlainTextHandler.php.
Referenced by content().
Here is the caller graph for this function:| ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Definition at line 26 of file class.ilPlainTextHandler.php.
References content().
Here is the call graph for this function:
|
private |
Replace password from super global array with security message.
| array | $superGlobal |
Definition at line 132 of file class.ilPlainTextHandler.php.
Referenced by tables().
Here is the caller graph for this function:
|
protected |
Get the header for the page.
Reimplemented in ilTestingHandler.
Definition at line 52 of file class.ilPlainTextHandler.php.
Referenced by content().
Here is the caller graph for this function:
|
private |
Shorts the php session id.
| array | $server |
Definition at line 152 of file class.ilPlainTextHandler.php.
References $server.
Referenced by tables().
Here is the caller graph for this function:
|
protected |
Get the tables that should be rendered.
Definition at line 107 of file class.ilPlainTextHandler.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, hidePassword(), 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 72 of file class.ilPlainTextHandler.php.
References $ret, and tables().
Referenced by content().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 19 of file class.ilPlainTextHandler.php.