Julio Montoya 321ce65f18 Updating vendors il y a 11 ans
..
Exception 5836fa5f19 Updating vendors il y a 11 ans
Tests 321ce65f18 Updating vendors il y a 11 ans
CHANGELOG.md d7041815fc Updating vendors il y a 11 ans
LICENSE 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans
PropertyAccess.php d7041815fc Updating vendors il y a 11 ans
PropertyAccessor.php d7041815fc Updating vendors il y a 11 ans
PropertyAccessorBuilder.php d7041815fc Updating vendors il y a 11 ans
PropertyAccessorInterface.php 5836fa5f19 Updating vendors il y a 11 ans
PropertyPath.php 800633e22a Updating vendors il y a 11 ans
PropertyPathBuilder.php d7041815fc Updating vendors il y a 11 ans
PropertyPathInterface.php 8db2967af7 Updating vendors il y a 11 ans
PropertyPathIterator.php 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans
PropertyPathIteratorInterface.php 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans
README.md 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans
StringUtil.php 321ce65f18 Updating vendors il y a 11 ans
composer.json 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans
phpunit.xml.dist 1ad9119c46 Updating vendors + adding doctrine bridge, and forms il y a 12 ans

README.md

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