class DumpDataCollector extends DataCollector implements DataDumperInterface
| 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() |
Dumps a Data object.
Collects data for the given Request and Response.
Returns the name of the collector.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.html