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
Requires
- php: ~7.4.14 || ~8.0.0
- symfony/property-access: >=2.7.3
Conflicts
- oro/platform: *
This package is auto-updated.
Last update: 2024-11-08 16:11:19 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.