Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 317 Bytes

File metadata and controls

14 lines (10 loc) · 317 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.phar install
$ phpunit