forked from wallabag/wallabag
twig implementation
This commit is contained in:
14
vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
vendored
Normal file
14
vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
vendored
Normal file
@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user