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
2016-03-23 13:34:50 +01:00
..
Exception [PropertyAccess] Backport fixes from 2.7 2016-03-22 10:19:04 +01:00
Tests [travis] Upgrade phpunit wrapper & hirak/prestissimo 2016-03-23 13:34:50 +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 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 [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
PropertyAccessor.php [travis] Upgrade phpunit wrapper & hirak/prestissimo 2016-03-23 13:34:50 +01:00
PropertyAccessorBuilder.php Docblock fixes 2014-11-30 13:33:44 +00:00
PropertyAccessorInterface.php [PropertyAccess] Reduce overhead of UnexpectedTypeException tracking 2016-03-17 09:22:17 +01:00
PropertyPath.php [PropertyAccess] Remove most ref mismatches to improve perf 2016-03-18 15:37:16 +01: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 Updated all the README files 2016-03-04 08:12:06 +01:00
StringUtil.php Added more exceptions to singularify method 2016-02-09 22:08:46 +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