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 6126018b9f Merge branch '3.2'
* 3.2:
  fixed obsolete getMock() usage
  fixed obsolete getMock() usage
  fixed obsolete getMock() usage
  fixed obsolete getMock() usage
  [WebProfilerBundle] Display multiple HTTP headers in WDT
  do not remove the Twig ExceptionController service
  removed obsolete condition
  do not try to register incomplete definitions
2016-12-19 17:13:57 +01:00
..
Exception [PropertyAccess] Backport fixes from 2.7 2016-03-22 10:19:04 +01:00
Tests Merge branch '3.1' into 3.2 2016-12-19 17:07:36 +01: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 updated version to 3.3 2016-11-19 12:35:20 -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 Revert "feature #18977 [PropertyAccess] Add missing arguments to PropertyAccess::createPropertyAccessor() (chalasr)" 2016-06-21 08:31:10 +02:00
PropertyAccessor.php Merge branch '3.1' into 3.2 2016-12-08 16:18:22 +01:00
PropertyAccessorBuilder.php [PropertyAccess] Add PSR-6 cache 2016-06-08 18:51:42 +02: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