1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-03 22:32:20 -05:00
wallabag/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md

15 lines
323 B
Markdown
Raw Normal View History

2013-08-03 13:26:54 -04:00
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