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

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