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
Nicolas Grekas 6c2a1c9a57 Merge branch '3.4' into 4.4
* 3.4:
  Enable "native_constant_invocation" CS rule
  Make AbstractPhpFileCacheWarmer public
2020-09-02 18:08:58 +02:00
..
Exception Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Tests Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Adds entries to CHANGELOG and UPGRADE 2019-07-03 14:34:50 +02:00
composer.json Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PropertyAccess.php Removed the return type phpdoc 2018-11-23 14:03:00 +01:00
PropertyAccessor.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
PropertyAccessorBuilder.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
PropertyAccessorInterface.php Add a missing quote in getValue() DocBlock 2019-06-05 17:56:22 +02:00
PropertyPath.php Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
PropertyPathBuilder.php Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
PropertyPathInterface.php [Form] fix return type declarations 2019-08-26 09:52:58 +02:00
PropertyPathIterator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
PropertyPathIteratorInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
README.md Update links to documentation 2020-01-04 13:05:51 +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