Julio Montoya 321ce65f18 Updating vendors | пре 11 година | |
---|---|---|
.. | ||
Exception | пре 11 година | |
Tests | пре 11 година | |
CHANGELOG.md | пре 11 година | |
LICENSE | пре 12 година | |
PropertyAccess.php | пре 11 година | |
PropertyAccessor.php | пре 11 година | |
PropertyAccessorBuilder.php | пре 11 година | |
PropertyAccessorInterface.php | пре 11 година | |
PropertyPath.php | пре 11 година | |
PropertyPathBuilder.php | пре 11 година | |
PropertyPathInterface.php | пре 11 година | |
PropertyPathIterator.php | пре 12 година | |
PropertyPathIteratorInterface.php | пре 12 година | |
README.md | пре 12 година | |
StringUtil.php | пре 11 година | |
composer.json | пре 12 година | |
phpunit.xml.dist | пре 12 година |
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