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/PropertyInfo
Nicolas Grekas 0da4771d23 Merge branch '4.4'
* 4.4: (22 commits)
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  ignore not existing translator service
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  revert private properties handling
  [Lock] Add missing changelog entry for Factory deprecation
  [ErrorRenderer] Improving the exception page provided by HtmlErrorRenderer
  [HttpFoundation] Fix URLs
  [VarDumper] finish PHP 7.4 support and add tests
  [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4)
  Fixed the priority order of the error renderers registration
  [Routing] Deprecate ServiceRouterLoader and ObjectRouteLoader in favor of ContainerLoader and ObjectLoader
  Ignore missing translation dependency in FrameworkBundle
  [Security/Http] Don't mark AbstractAuthenticationListener as internal
  Making debug = false by default and cleanup
  Remove hack to access class scope inside closures
  Remove dead tests fixtures
  Remove more dead tests fixtures
  [Mailer][DX] Improve exception message for unsupported scheme
  [Mime] Add missing changelog entry for BC-break
  [Messenger] fix transport_name option not passing validation
  ...
2019-07-23 13:31:24 +02:00
..
DependencyInjection [PropertyInfo] fix BC break in PropertyInfoPass 2018-09-05 11:02:25 +02:00
Extractor Merge branch '4.4' 2019-07-04 15:54:52 +02:00
Tests Merge branch '4.2' into 4.3 2019-07-23 13:21:36 +02:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CHANGELOG.md Add missing changelog for private / protected 2019-03-27 14:33:41 +01:00
composer.json Add back all conflict rules 2019-05-29 10:53:30 +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
PropertyAccessExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyDescriptionExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyInfoCacheExtractor.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyInfoExtractor.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyInitializableExtractorInterface.php fixed CS 2019-01-16 21:35:37 +01:00
PropertyListExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyTypeExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
README.md [PropertyInfo] Add missing documentation link in Readme 2019-05-16 16:10:36 +02:00
Type.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00

PropertyInfo Component

PropertyInfo extracts information about PHP class' properties using metadata of popular sources.

Resources