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 56faca9c38 Merge branch '5.0' into 5.1
* 5.0: (28 commits)
  [Cache] $lifetime cannot be null
  [Serializer] minor cleanup
  fix merge
  Run PHP 8 as 7.4.99
  Remove calls to deprecated ReflectionParameter::getClass().
  [VarDumper] fix PHP 8 support
  Add php 8 to travis.
  [Cache] Accessing undefined constants raises an Error in php8
  [Cache] allow DBAL v3
  Skip Doctrine DBAL on php 8 until we have a compatible version.
  [DomCrawler] Catch expected ValueError.
  Made method signatures compatible with their corresponding traits.
  [ErrorHandler] Apply php8 fixes from Debug component.
  [DomCrawler] Catch expected ValueError.
  [Validator] Catch expected ValueError.
  [VarDumper] ReflectionFunction::isDisabled() is deprecated.
  [BrowserKit] Raw body with custom Content-Type header
  [PropertyAccess] Parse php 8 TypeErrors correctly.
  [Intl] Fix call to ReflectionProperty::getValue() for static properties.
  [HttpKernel] Prevent calling method_exists() with non-string values.
  ...
2020-05-23 15:08:13 +02:00
..
Exception [PropertyAccess] Added an UninitializedPropertyException 2020-03-17 22:10:22 +01:00
Tests Merge branch '5.0' 2020-04-15 18:09:08 +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] Added an UninitializedPropertyException 2020-03-17 22:10:22 +01:00
composer.json Merge branch '5.0' into 5.1 2020-05-20 19:43: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 '5.0' into 5.1 2020-05-23 15:08:13 +02:00
PropertyAccessorBuilder.php [PropertyAccess] Added missing new args in PropertyAccessorBuilder 2020-03-17 22:56:56 +01:00
PropertyAccessorInterface.php Add a missing quote in getValue() DocBlock 2019-06-05 17:56:22 +02:00
PropertyPath.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
PropertyPathBuilder.php Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
PropertyPathInterface.php Merge branch '4.4' 2019-08-26 11:05:36 +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