oro-flex/property-access

The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.

4.2.0 2022-01-08 09:38 UTC

This package is auto-updated.

Last update: 2024-04-08 14:41:55 UTC


README

The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation. Actually this component is mostly a copy of the Symfony PropertyAccess component, but the Oro component allows to use the same syntax of the property path for objects and arrays, and it was the main reason why it was created.

Also remove method was added to the PropertyAccessor to allow to remove items from arrays or objects.