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
Nicolas Grekas 8308b32b9f Merge branch '3.3' into 3.4
* 3.3:
  document deprecation of the StringUtil class
  Add missing doc param & deprecation changelog entries
2017-05-21 15:55:35 +02:00
..
Exception [PropertyAccess] Backport fixes from 2.7 2016-03-22 10:19:04 +01:00
Tests Merge branch '2.8' into 3.2 2017-03-21 14:44:32 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md document deprecation of the StringUtil class 2017-05-21 12:07:34 +02:00
composer.json Allow individual bridges, bundles and components to be used with 4.0 2017-05-18 14:56:12 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PropertyAccess.php Merge branch '2.8' into 3.2 2017-02-02 14:47:35 +01:00
PropertyAccessor.php Merge branch '3.1' into 3.2 2017-01-27 18:37:08 -08:00
PropertyAccessorBuilder.php Merge branch '3.1' into 3.2 2016-12-27 11:44:30 +01:00
PropertyAccessorInterface.php Merge branch '2.3' into 2.7 2016-03-22 09:55:46 +01:00
PropertyPath.php Merge branch '2.3' into 2.7 2016-03-22 09:55:46 +01:00
PropertyPathBuilder.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02: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 Updated all the README files 2016-03-04 08:12:06 +01:00
StringUtil.php Deprecates ClassCache-cache warmer. 2016-12-11 13:00:40 +01:00

PropertyAccess Component

The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.

Resources