Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 312 Bytes

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