DataCollectorInterface
extends
ResetInterface
in
DataCollectorInterface.
Tags
Table of Contents
- collect() : mixed
- Collects data for the given Request and Response.
- getName() : string
- Returns the name of the collector.
- reset() : mixed
Methods
collect()
Collects data for the given Request and Response.
public
collect(Request $request, Response $response[, Throwable|null $exception = null ]) : mixed
Parameters
Return values
mixed —getName()
Returns the name of the collector.
public
getName() : string
Return values
string —reset()
public
reset() : mixed