ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
handle () | |
Last missing method from HandlerInterface. More... | |
![]() | |
setRun (Run $run) | |
setInspector (Inspector $inspector) | |
setException (Exception $exception) | |
Data Fields | |
const | KEY_SPACE = 25 |
![]() | |
const | DONE = 0x10 |
Return constants that can be returned from Handler::handle to message the handler walker. More... | |
const | LAST_HANDLER = 0x20 |
const | QUIT = 0x30 |
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... | |
![]() | |
getRun () | |
getInspector () | |
getException () | |
Definition at line 20 of file class.ilPlainTextHandler.php.
|
protected |
Assemble the output for this handler.
Definition at line 39 of file class.ilPlainTextHandler.php.
References pageHeader().
Referenced by handle().
|
protected |
Get a short info about the exception.
Definition at line 60 of file class.ilPlainTextHandler.php.
References Whoops\Handler\Handler\getInspector().
ilPlainTextHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Implements Whoops\Handler\HandlerInterface.
Definition at line 28 of file class.ilPlainTextHandler.php.
References content().
|
protected |
Get the header for the page.
Definition at line 51 of file class.ilPlainTextHandler.php.
Referenced by content().
|
protected |
Get the tables that should be rendered.
Definition at line 104 of file class.ilPlainTextHandler.php.
References $_GET, $_POST, $_SERVER, and $_SESSION.
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 69 of file class.ilPlainTextHandler.php.
References $ret, and tables().
const ilPlainTextHandler::KEY_SPACE = 25 |
Definition at line 21 of file class.ilPlainTextHandler.php.