aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
blob: 0ae94e0879d87b83350dda10addd4955e1e370ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 --dev
    $ phpunit