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 6bed60b467 Merge branch '3.0' into 3.1
* 3.0:
  fixed CS
  fixed CS
  fixed form tests
  [Console] Fix formatting of SymfonyStyle::comment()
  [Form] fix post max size translation type extension for >= 2.8
  removed dots at the end of @param and @return
  fixed typo
2016-06-29 07:41:56 +02:00
..
Exception [PropertyAccess] Backport fixes from 2.7 2016-03-22 10:19:04 +01:00
Tests Merge branch '3.0' into 3.1 2016-06-16 07:20:30 +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 Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PropertyAccess.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
PropertyAccessor.php Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +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.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 Fixed singular of committee 2016-06-08 13:22:53 +02:00

PropertyAccess Component

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

Resources