Data
class Data
Methods
__construct(array $data)
No description
array
getRawData()
No description
withMaxDepth(int $maxDepth)
Returns a depth limited clone of $this.
withMaxItemsPerDepth(int $maxItemsPerDepth)
Limits the numbers of elements per depth level.
withRefHandles(bool $useRefHandles)
Enables/disables objects' identifiers tracking.
Details
at line line 27
__construct(array $data)
at line line 35
array
getRawData()
at line line 47
Data
withMaxDepth(int $maxDepth)
Returns a depth limited clone of $this.
at line line 62
Data
withMaxItemsPerDepth(int $maxItemsPerDepth)
Limits the numbers of elements per depth level.
at line line 77
Data
withRefHandles(bool $useRefHandles)
Enables/disables objects' identifiers tracking.
at line line 88
dump(DumperInterface $dumper)
Dumps data with a DumperInterface dumper.