TemplateAwareDataCollectorInterface
extends
DataCollectorInterface
in
DataCollectorInterface.
Tags
Table of Contents
- collect() : mixed
- Collects data for the given Request and Response.
- getName() : string
- Returns the name of the collector.
- getTemplate() : string|null
- 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 —getTemplate()
public
static getTemplate() : string|null
Return values
string|null —reset()
public
reset() : mixed