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