This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/PropertyAccess/README.md

15 lines
312 B
Markdown
Raw Normal View History

PropertyAccess Component
========================
PropertyAccess reads/writes values from/to object/array graphs using a simple
string notation.
Resources
---------
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/PropertyAccess/
$ composer install
$ phpunit