mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 19:32:18 -05:00
.. | ||
Exception | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE | ||
PropertyAccess.php | ||
PropertyAccessor.php | ||
PropertyAccessorBuilder.php | ||
PropertyAccessorInterface.php | ||
PropertyPath.php | ||
PropertyPathBuilder.php | ||
PropertyPathInterface.php | ||
PropertyPathIterator.php | ||
PropertyPathIteratorInterface.php | ||
README.md | ||
StringUtil.php |
PropertyAccess Component
PropertyAccess reads/writes values from/to object/array graphs using a simple string notation.
Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/PropertyAccess/
$ composer.phar install --dev
$ phpunit