Open joachim-n opened 4 years ago
If iterating through data, $data->{$key} is not safe because if $key is a delta, it'll complain about the property access.
$data->{$key}
And getItem() isn't ideal because it requires $key to be string manipulated into an address.
Should probably reinstate getChild().
If iterating through data,
$data->{$key}
is not safe because if $key is a delta, it'll complain about the property access.And getItem() isn't ideal because it requires $key to be string manipulated into an address.
Should probably reinstate getChild().