DumpDataCollector
class DumpDataCollector extends DataCollector implements DataDumperInterface
Properties
protected | $data | from DataCollector |
Methods
serialize()
No description
unserialize($data)
No description
cloneVar(mixed $var)
Converts the variable into a serializable Data instance.
from DataCollector
__construct(Stopwatch $stopwatch = null, $fileLinkFormat = null, string $charset = null, RequestStack $requestStack = null, $dumper = null)
No description
__clone()
No description
reset()
No description
getDumpsCount()
No description
getDumps($format, $maxDepthLimit = -1, $maxItemsPerDepth = -1)
No description
string
getName()
Returns the name of the collector.
__destruct()
No description
Details
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.