MessageDataCollector
extends DataCollector
in package
FinalYes
Tags
Table of Contents
Properties
- $events : mixed
Methods
- __construct() : mixed
- collect() : mixed
- {@inheritdoc}
- getEvents() : MessageEvents
- getName() : string
- {@inheritdoc}
- reset() : mixed
- {@inheritdoc}
Properties
$events
private
mixed
$events
Methods
__construct()
public
__construct(MessageLoggerListener $logger) : mixed
Parameters
- $logger : MessageLoggerListener
collect()
{@inheritdoc}
public
collect(Request $request, Response $response[, Throwable|null $exception = null ]) : mixed
Parameters
- $request : Request
- $response : Response
- $exception : Throwable|null = null
getEvents()
public
getEvents() : MessageEvents
Return values
MessageEventsgetName()
{@inheritdoc}
public
getName() : string
Return values
stringreset()
{@inheritdoc}
public
reset() : mixed