forked from wallabag/wallabag
15 lines
323 B
Markdown
15 lines
323 B
Markdown
|
|
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
|