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