This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/PropertyAccess
Alessandro Chitolina d0c0294a7b [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace
| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #17102
| License       | MIT
| Doc PR        |
2015-12-22 18:06:45 +01:00
..
Exception [PropertyAccess] Changed PropertyAccessor to continue searching when a non-public method/property are found 2013-04-18 16:39:54 +02:00
Tests [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace 2015-12-22 18:06:45 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Made naming consistent with Form and Validator 2013-04-25 18:28:27 +02:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PropertyAccess.php [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
PropertyAccessor.php [PropertyAccess] minor: constants as internal and removed unused var 2015-12-15 02:21:26 +01:00
PropertyAccessorBuilder.php Docblock fixes 2014-11-30 13:33:44 +00:00
PropertyAccessorInterface.php [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
PropertyPath.php Remove dead code in the PropertyPath constructor 2015-10-22 09:58:49 +02:00
PropertyPathBuilder.php [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace 2015-12-22 18:06:45 +01:00
PropertyPathInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
PropertyPathIterator.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
PropertyPathIteratorInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
StringUtil.php [StringUtil] Fixed singularification of 'selfies' 2015-04-23 05:20:57 +02:00

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 install
$ phpunit