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 c6409da7ef Merge branch '4.4'
* 4.4:
  fix merge
  Fix inconsistent return points.
  pass translation parameters to the trans filter
  [Mime] fixed wrong mimetype
  [ProxyManagerBridge] Polyfill for unmaintained version
  [HttpClient] Declare `$active` first to prevent weird issue
  Remove deprecated assertContains
  [HttpClient] fix tests
  SCA: dropped unused mocks, duplicate import and a function alias usage
  Added correct plural for box -> boxes
  [Config] fix test
  Fix remaining tests
  fix getName() when transport is null
  [Console] Check for ErrorHandler classes
  Improve fa (persian) translation
2019-08-07 14:07:17 +02:00
..
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Tests cs fix 2019-08-04 00:08:43 +02:00
.gitignore
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 Merge branch '4.4' 2019-08-07 14:07:17 +02:00
PropertyAccessorBuilder.php [PropertyAccess] Allow to disable exception on invalid property path when using PropertyAccess::getValue() 2019-04-06 14:47:35 +02:00
PropertyAccessorInterface.php Add a missing quote in getValue() DocBlock 2019-06-05 17:56:22 +02:00
PropertyPath.php [PropertyAccess] Add type-hints to public interfaces and classes 2019-07-05 07:24:54 +02:00
PropertyPathBuilder.php Merge branch '4.4' 2019-08-01 11:33:55 +02:00
PropertyPathInterface.php [PropertyAccess] Add type-hints to public interfaces and classes 2019-07-05 07:24:54 +02:00
PropertyPathIterator.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
PropertyPathIteratorInterface.php
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