DebugToolbar
in package
implements
FilterInterface
Debug toolbar filter
Interfaces, Classes and Traits
- FilterInterface
- Filter interface
Table of Contents
- after() : void
- If the debug flag is set (CI_DEBUG) then collect performance and debug information and display it in a toolbar.
- before() : void
- We don't need to do anything here.
Methods
after()
If the debug flag is set (CI_DEBUG) then collect performance and debug information and display it in a toolbar.
public
after(RequestInterface|IncomingRequest $request, ResponseInterface|Response $response[, array<string|int, mixed>|null $arguments = null ]) : void
Parameters
- $request : RequestInterface|IncomingRequest
- $response : ResponseInterface|Response
- $arguments : array<string|int, mixed>|null = null
Return values
void —before()
We don't need to do anything here.
public
before(RequestInterface|IncomingRequest $request[, array<string|int, mixed>|null $arguments = null ]) : void
Parameters
- $request : RequestInterface|IncomingRequest
- $arguments : array<string|int, mixed>|null = null