Documentation

DataCollectorInterface extends ResetInterface

DataCollectorInterface.

Tags
author

Fabien Potencier fabien@symfony.com

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
$request : Request
$response : Response
$exception : Throwable|null = null
Return values
mixed

Search results