Documentation

TemplateAwareDataCollectorInterface extends DataCollectorInterface

DataCollectorInterface.

Tags
author

Laurent VOULLEMIER laurent.voullemier@gmail.com

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

Search results