Julio Montoya 321ce65f18 Updating vendors | 11 ani în urmă | |
---|---|---|
.. | ||
Exception | 11 ani în urmă | |
Tests | 11 ani în urmă | |
CHANGELOG.md | 11 ani în urmă | |
LICENSE | 12 ani în urmă | |
PropertyAccess.php | 11 ani în urmă | |
PropertyAccessor.php | 11 ani în urmă | |
PropertyAccessorBuilder.php | 11 ani în urmă | |
PropertyAccessorInterface.php | 11 ani în urmă | |
PropertyPath.php | 11 ani în urmă | |
PropertyPathBuilder.php | 11 ani în urmă | |
PropertyPathInterface.php | 11 ani în urmă | |
PropertyPathIterator.php | 12 ani în urmă | |
PropertyPathIteratorInterface.php | 12 ani în urmă | |
README.md | 12 ani în urmă | |
StringUtil.php | 11 ani în urmă | |
composer.json | 12 ani în urmă | |
phpunit.xml.dist | 12 ani în urmă |
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