Exception
1 year ago
CHANGELOG.md
1 year ago
LICENSE
1 year ago
PropertyAccess.php
4 years ago
PropertyAccessor.php
1 year ago
PropertyAccessorBuilder.php
1 year ago
PropertyAccessorInterface.php
1 year ago
PropertyPath.php
1 year ago
PropertyPathBuilder.php
1 year ago
PropertyPathInterface.php
1 year ago
PropertyPathIterator.php
1 year ago
PropertyPathIteratorInterface.php
1 year ago
README.md
4 years ago
composer.json
1 year ago
README.md
15 lines
| 1 | PropertyAccess Component |
| 2 | ======================== |
| 3 | |
| 4 | The PropertyAccess component provides functions to read and write from/to an |
| 5 | object or array using a simple string notation. |
| 6 | |
| 7 | Resources |
| 8 | --------- |
| 9 | |
| 10 | * [](https://symfony.com/doc/current/components/property_access.htmlDocumentation](https://symfony.com/doc/current/components/property_access.html](https://symfony.com/doc/current/components/property_access.html) |
| 11 | * [](https://symfony.com/doc/current/contributing/index.htmlContributing](https://symfony.com/doc/current/contributing/index.html](https://symfony.com/doc/current/contributing/index.html) |
| 12 | * [](https://github.com/symfony/symfony/issuesReport issues](https://github.com/symfony/symfony/issues](https://github.com/symfony/symfony/issues) and |
| 13 | [](https://github.com/symfony/symfony/pullssend Pull Requests](https://github.com/symfony/symfony/pulls](https://github.com/symfony/symfony/pulls) |
| 14 | in the [](https://github.com/symfony/symfonymain Symfony repository](https://github.com/symfony/symfony](https://github.com/symfony/symfony) |
| 15 |