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
2020-10-24 12:57:07 +02:00
..
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Tests stop using the deprecated at() PHPUnit matcher 2020-08-12 16:55:37 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md document deprecation of the StringUtil class 2017-05-21 12:07:34 +02:00
composer.json Remove branch-version (keep them for contracts only) 2020-10-24 12:57:07 +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 [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
PropertyAccessor.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
PropertyAccessorBuilder.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +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 Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
PropertyPathInterface.php [Form] fix return type declarations 2019-08-26 09:52:58 +02:00
PropertyPathIterator.php [DI] minor docblock fixes 2017-10-24 13:40:19 +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
StringUtil.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +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