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
Fabien Potencier a15c9eb82d Merge branch '2.7' into 2.8
* 2.7:
  added the new Composer exclude-from-classmap option
  added the new Composer exclude-from-classmap option
  fix expected argument type docblock
  Set back libxml settings after testings.
  fixed Twig deprecation notices
2015-10-30 13:15:42 -07:00
..
Exception [2.7] Fix unsilenced deprecation notices 2015-06-16 15:26:24 +02:00
Tests Remove dead code in the PropertyPath constructor 2015-10-22 09:58:49 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Show property path in all exception messages 2015-02-04 17:34:04 +01:00
composer.json Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-10-11 11:39:48 +02:00
PropertyAccess.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
PropertyAccessor.php Merge branch '2.3' into 2.7 2015-10-05 09:28:51 +02:00
PropertyAccessorBuilder.php [PropertyAccess] unify and fix doc 2015-02-21 16:36:02 +01:00
PropertyAccessorInterface.php Merge branch '2.3' into 2.5 2015-01-03 16:23:51 +01:00
PropertyPath.php Merge branch '2.3' into 2.7 2015-10-23 16:47:27 +02:00
PropertyPathBuilder.php [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKernel] [PropertyAccess] [Security] [Translation] [Yaml] static code analysis, code cleanup 2015-03-07 08:38:01 +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