Julio Montoya 321ce65f18 Updating vendors | před 11 roky | |
---|---|---|
.. | ||
Exception | před 11 roky | |
Tests | před 11 roky | |
CHANGELOG.md | před 11 roky | |
LICENSE | před 12 roky | |
PropertyAccess.php | před 11 roky | |
PropertyAccessor.php | před 11 roky | |
PropertyAccessorBuilder.php | před 11 roky | |
PropertyAccessorInterface.php | před 11 roky | |
PropertyPath.php | před 11 roky | |
PropertyPathBuilder.php | před 11 roky | |
PropertyPathInterface.php | před 11 roky | |
PropertyPathIterator.php | před 12 roky | |
PropertyPathIteratorInterface.php | před 12 roky | |
README.md | před 12 roky | |
StringUtil.php | před 11 roky | |
composer.json | před 12 roky | |
phpunit.xml.dist | před 12 roky |
PropertyAccess reads/writes values from/to object/array graphs using a simple string notation.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/PropertyAccess/
$ composer.phar install --dev
$ phpunit