class AjaxDataCollector extends DataCollector

AjaxDataCollector.

Methods

serialize()

No description

unserialize($data)

No description

collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

string
getName()

Returns the name of the collector.

Details

in DataCollector at line line 33
serialize()

in DataCollector at line line 38
unserialize($data)

Parameters

$data

at line line 24
collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

Parameters

Request $request A Request instance
Response $response A Response instance
Exception $exception An Exception instance

at line line 29
string getName()

Returns the name of the collector.

Return Value

string The collector name