PerformanceMetrics
in package
implements
FilterInterface
Performance Metrics filter
Table of Contents
Interfaces
- FilterInterface
- Filter interface
Methods
- after() : void
- Replaces the performance metrics.
- before() : RequestInterface|ResponseInterface|string|void
- We don't need to do anything here.
Methods
after()
Replaces the performance metrics.
public
after(RequestInterface $request, ResponseInterface $response[, array<string|int, mixed>|null $arguments = null ]) : void
Parameters
- $request : RequestInterface
- $response : ResponseInterface
- $arguments : array<string|int, mixed>|null = null
before()
We don't need to do anything here.
public
before(RequestInterface $request[, array<string|int, mixed>|null $arguments = null ]) : RequestInterface|ResponseInterface|string|void
Parameters
- $request : RequestInterface
- $arguments : array<string|int, mixed>|null = null