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
2017-08-31 22:46:21 +02:00
..
Exception [PropertyAccess] Backport fixes from 2.7 2016-03-22 10:19:04 +01:00
Tests Remove php <7.1 code 2017-08-31 00:11:00 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-05-21 15:57:14 +02:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +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 Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
PropertyAccessor.php Merge branch '3.4' 2017-07-03 11:14:23 +03: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

PropertyAccess Component

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

Resources