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