class DumpDataCollector extends DataCollector implements DataDumperInterface
Methods
| serialize() | ||
| unserialize($data) | ||
| __construct(Stopwatch $stopwatch = null, $fileLinkFormat = null, $charset = null, RequestStack $requestStack = null, DataDumperInterface $dumper = null) | ||
| __clone() | ||
| dump(Data $data) Dumps a Data object. | ||
| collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. | ||
| getDumpsCount() | ||
| getDumps($format, $maxDepthLimit = -1, $maxItemsPerDepth = -1) | ||
| string | getName() Returns the name of the collector. | |
| __destruct() |
Details
serialize()
unserialize($data)
__construct(Stopwatch $stopwatch = null, $fileLinkFormat = null, $charset = null, RequestStack $requestStack = null, DataDumperInterface $dumper = null)
__clone()
dump(Data $data)
Dumps a Data object.
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
getDumpsCount()
getDumps($format, $maxDepthLimit = -1, $maxItemsPerDepth = -1)
string getName()
Returns the name of the collector.
Please login to continue.