Files
wallabag/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
Nicolas Lœuillet 4f5b44bd3b twig implementation
2013-08-03 19:26:54 +02:00

323 B

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