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
Christian Flothmann 4973a5e9e1 Merge branch '3.4' into 4.1
* 3.4:
  Fix: Adjust DocBlock
  \"ParserTest->getParserTestData()\" -> only some more tests
  [Lock] Pedantic improvements for lock
  [EventDispatcher] Fixed phpdoc on interface
  update year in license files
  [Console] Fix help text for single command applications
  Fix random test failure on lock
  improve error message when using test client without the BrowserKit component
  [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
  Fixed minor typos
  Fix: Method can also return null
  [Stopwatch] Fixed phpdoc for category name
2019-01-03 10:05:57 +01:00
..
DependencyInjection Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Extractor bug #28055 [PropertyInfo] Allow nested collections (jderusse) 2018-08-02 11:24:17 +02:00
Tests Merge branch '3.4' into 4.1 2018-08-03 13:13:38 +02:00
Util Merge branch '3.4' into 4.1 2018-08-03 13:13:38 +02:00
CHANGELOG.md [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
composer.json Merge branch '4.0' into 4.1 2018-07-03 19:58:50 +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] Import the component 2015-09-26 09:46:20 +02:00
PropertyDescriptionExtractorInterface.php [PropertyInfo] Minor cleanup and perf improvement 2018-04-25 14:21:47 +02:00
PropertyInfoCacheExtractor.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
PropertyInfoExtractor.php Merge branch '3.4' into 4.0 2018-04-26 18:12:06 +02:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyListExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyTypeExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
README.md [2.8] update readme files for new components 2016-03-07 11:26:54 +01:00
Type.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00

PropertyInfo Component

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

Resources