Public Member Functions | |
| process_response ($request, $response) | |
Simply display small debug information at the end of the page. It requires the xdebug extension.
| Pluf_Middleware_Debug::process_response | ( | $ | request, | |
| $ | response | |||
| ) |
Process the response of a view.
If the status code and content type are allowed, add the debug information. Debug must be set to true in the config file to active it.
| Pluf_HTTP_Request | The request | |
| Pluf_HTTP_Response | The response |