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
2019-09-18 15:36:31 +02:00
..
DependencyInjection [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
Extractor Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Tests [PropertyInfo] fix return type declarations 2019-08-26 09:52:58 +02:00
Util ensure compatibility with type resolver 0.5 2019-09-18 15:36:31 +02:00
.gitignore Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
CHANGELOG.md [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
composer.json Use PHP 7.4 on deps=low 2019-08-22 08:53:14 +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 Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyDescriptionExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyInfoCacheExtractor.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyInfoExtractor.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyListExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyTypeExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
README.md [PropertyInfo] Add missing documentation link in Readme 2019-05-16 16:10:36 +02:00
Type.php switched array() to [] 2019-01-16 10:39:14 +01:00

PropertyInfo Component

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

Resources