Data
class Data implements ArrayAccess, Countable, IteratorAggregate
Methods
__construct(array $data)
No description
string
getType()
No description
count()
No description
getIterator()
No description
__get($key)
No description
__isset($key)
No description
offsetExists($key)
No description
offsetGet($key)
No description
offsetSet($key, $value)
No description
offsetUnset($key)
No description
__toString()
No description
withMaxDepth(int $maxDepth)
Returns a depth limited clone of $this.
withMaxItemsPerDepth(int $maxItemsPerDepth)
Limits the number of elements per depth level.
withRefHandles(bool $useRefHandles)
Enables/disables objects' identifiers tracking.