Julio Montoya 321ce65f18 Updating vendors 11 năm trước cách đây
..
Exception 5836fa5f19 Updating vendors 11 năm trước cách đây
Tests 321ce65f18 Updating vendors 11 năm trước cách đây
CHANGELOG.md d7041815fc Updating vendors 11 năm trước cách đây
LICENSE 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây
PropertyAccess.php d7041815fc Updating vendors 11 năm trước cách đây
PropertyAccessor.php d7041815fc Updating vendors 11 năm trước cách đây
PropertyAccessorBuilder.php d7041815fc Updating vendors 11 năm trước cách đây
PropertyAccessorInterface.php 5836fa5f19 Updating vendors 11 năm trước cách đây
PropertyPath.php 800633e22a Updating vendors 11 năm trước cách đây
PropertyPathBuilder.php d7041815fc Updating vendors 11 năm trước cách đây
PropertyPathInterface.php 8db2967af7 Updating vendors 11 năm trước cách đây
PropertyPathIterator.php 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây
PropertyPathIteratorInterface.php 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây
README.md 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây
StringUtil.php 321ce65f18 Updating vendors 11 năm trước cách đây
composer.json 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây
phpunit.xml.dist 1ad9119c46 Updating vendors + adding doctrine bridge, and forms 12 năm trước cách đây

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