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-01-16 10:39:14 +01:00
..
DependencyInjection [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
Extractor switched array() to [] 2019-01-16 10:39:14 +01:00
Tests switched array() to [] 2019-01-16 10:39:14 +01:00
Util switched array() to [] 2019-01-16 10:39:14 +01:00
CHANGELOG.md [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
composer.json [PropertyInfo] added handling of nullable types in PhpDoc 2018-07-01 23:26:09 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyDescriptionExtractorInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyInfoCacheExtractor.php switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyInfoExtractor.php switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyListExtractorInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyTypeExtractorInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
README.md [2.8] update readme files for new components 2016-03-07 11:26:54 +01: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