Dashboard
class Dashboard (View source)
The dashboard class handles all user interactions using the dashboard.
Properties
private | $output | The dashboard output. |
Methods
__construct()
The dashboard constructor.
string
get()
Get the rendered output.
bool
classFileExists(string $className)
Test whether a file of a given class is readable.
registerControllerErrorHandler()
Register a error handler that sends a 500 response code in case of a fatal error created by a controller.
Details
at line 63
__construct()
The dashboard constructor.
at line 142
string
get()
Get the rendered output.
at line 152
private bool
classFileExists(string $className)
Test whether a file of a given class is readable.
at line 162
private
registerControllerErrorHandler()
Register a error handler that sends a 500 response code in case of a fatal error created by a controller.