Julio Montoya 321ce65f18 Updating vendors | %!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
Exception | %!s(int64=11) %!d(string=hai) anos | |
Tests | %!s(int64=11) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=11) %!d(string=hai) anos | |
LICENSE | %!s(int64=12) %!d(string=hai) anos | |
PropertyAccess.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyAccessor.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyAccessorBuilder.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyAccessorInterface.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyPath.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyPathBuilder.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyPathInterface.php | %!s(int64=11) %!d(string=hai) anos | |
PropertyPathIterator.php | %!s(int64=12) %!d(string=hai) anos | |
PropertyPathIteratorInterface.php | %!s(int64=12) %!d(string=hai) anos | |
README.md | %!s(int64=12) %!d(string=hai) anos | |
StringUtil.php | %!s(int64=11) %!d(string=hai) anos | |
composer.json | %!s(int64=12) %!d(string=hai) anos | |
phpunit.xml.dist | %!s(int64=12) %!d(string=hai) anos |
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