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 8d7b498665 Merge branch '2.8'
* 2.8: (28 commits)
  Detect Mintty for color support on Windows
  Detect Mintty for color support on Windows
  [WebProfilerBundle] Fix search button click listener
  [Form][Type Date/Time] added choice_translation_domain option.
  Massively simplifying the BC and deprecated-throwing code thanks to suggestions by stof in #15870
  Making all "debug" messages use the debug router
  Making GuardTokenInterface extend TokenInterface
  Updating behavior to not continue after an authenticator has set the response
  Add a group for tests of the finder against the FTP server
  Fix trigger_error calls
  Fix legacy security tests
  tweaking message related to configuration edge case that we want to be helpful with
  Minor tweaks - lowering the required security-http requirement and nulling out a test field
  Fix license headers
  Fix license headers
  Fix license headers
  Ensure the ClockMock is loaded before using it in the testsuite
  Allow serializer 3.0 in the PropertyInfo component
  Add the replace rules for the security-guard component
  Forbid serializing a Crawler
  ...
2015-09-27 12:13:28 +02:00
..
Extractor [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
Tests [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
composer.json Merge branch '2.8' 2015-09-27 12:13:28 +02:00
LICENSE [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
phpunit.xml.dist [PropertyInfo] Import the component 2015-09-26 09:46:20 +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