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
Fabien Potencier 3f4e6cce8c Merge branch '3.1' into 3.2
* 3.1:
  updated LICENSE year
  updated LICENSE year
  Fixed `@return self` with `$this`
2017-01-02 12:32:22 -08:00
..
Extractor Merge branch '3.1' 2016-10-13 08:29:04 +02:00
Tests Merge branch '3.1' 2016-10-13 08:29:04 +02:00
Util [PropertyInfo] Extract the logic converting a php doc to a Type 2016-08-25 19:30:28 +02:00
composer.json Merge branch '3.1' 2016-07-20 08:56:17 +03:00
LICENSE updated LICENSE year 2017-01-02 12:30:51 -08:00
phpunit.xml.dist [PhpUnit] Auto-register SymfonyTestsListener 2015-10-11 10:29:26 +02:00
PropertyAccessExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyDescriptionExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyInfoCacheExtractor.php [PropertyInfo] Fix an error in PropertyInfoCacheExtractor 2016-08-15 16:12:15 -07:00
PropertyInfoExtractor.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +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 fixed @return when returning this or static 2016-12-27 11:52:11 +01:00

PropertyInfo Component

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

Resources