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 d35d70ee4d Merge branch '3.0'
* 3.0:
  updated copyright year
  updated copyright year
  Update copyright year
  [2.3] Static Code Analysis for Components
2016-01-03 16:35:40 +01:00
..
Extractor [PropertyInfo] Update List Information from ReflectionExtractor 2015-12-14 22:30:54 +01:00
Tests minor #16934 [PropertyInfo] Fix some namespaces in tests (dunglas) 2015-12-15 02:34:22 +01:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
LICENSE updated copyright year 2016-01-03 16:34:36 +01: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
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 [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
Type.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00

PropertyInfo Component

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

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/PropertyInfo/
$ composer install
$ phpunit