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 3aca99ded7 Merge branch '4.4'
* 4.4:
  cs fix
  Fix return statements
  [TwigBridge] add missing dep
  Add type declarations to private DefaultChoiceListFactory methods
  Add false type to ChoiceListFactoryInterface::createView $label argument
  Update UPGRADE guide of 4.3 for EventDispatcher
  [SecurityBundle] display the correct class name on the deprecated notice
2019-08-13 08:58:13 +02:00
..
Exception Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02: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 Bump deps to ^4.4|^5.0 for Symfony 5.0 2019-05-28 20:01:02 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +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 Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
PropertyAccessorBuilder.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
PropertyAccessorInterface.php Add a missing quote in getValue() DocBlock 2019-06-05 17:56:22 +02:00
PropertyPath.php Merge branch '4.4' 2019-08-13 08:58:13 +02:00
PropertyPathBuilder.php Merge branch '4.4' 2019-08-01 11:33:55 +02:00
PropertyPathInterface.php Merge branch '4.4' 2019-08-13 08:58:13 +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 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