MessengerDataCollector
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface
Properties
Methods
Details
serialize()
unserialize($data)
Parameters
protected Data
cloneVar(mixed $var)
Converts the variable into a serializable Data instance.
This array can be displayed in the template using the VarDumper component.
Parameters
Return Value
protected callable[]
getCasters()
Return Value
callable[] | The casters to add to the cloner |
Parameters
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
Parameters
lateCollect()
Collects data as late as possible.
string
getName()
Returns the name of the collector.
Return Value
string | The collector name |
reset()
Resets this data collector to its initial state.
int
getExceptionsCount(string $bus = null)
Parameters
Return Value
array
getMessages(string $bus = null)
Parameters
Return Value
array
getBuses()
Return Value