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
Nicolas Grekas 48258fc12e Merge branch '3.4' into 4.2
* 3.4:
  minor: add some test in the ldap component
  [Bridge\ProxyManager] isProxyCandidate() does not take into account interfaces
  [Routing][AnnotationClassLoader] fix utf-8 encoding in default route name
  fixed a phpdoc
  [Debug] Wrap call to require_once in a try/catch
  [PropertyInfo] Add missing documentation link in Readme
  Use the current working dir as default first arg in 'link' binary
  Respect parent class contract in ContainerAwareDoctrineEventManager
  [Validator] Add the missing translations for the Danish ("da") locale
  [Serializer] Fix denormalization of object with variadic constructor typed argument
  Allow set 'None' on samesite cookie flag
2019-05-20 18:15:26 +02:00
..
DependencyInjection [PropertyInfo] fix BC break in PropertyInfoPass 2018-09-05 11:02:25 +02:00
Extractor Fix undefined variable fromConstructor when passing context to getTypes 2019-02-23 19:23:31 +00:00
Tests Allow 3rd argument to be null 2019-03-04 22:36:58 +00:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CHANGELOG.md [PropertyInfo] Add an extractor to guess if a property is initializable 2018-09-04 17:17:49 +02:00
composer.json Merge branch '4.1' 2018-07-03 20:14:13 +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 Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
PropertyInfoExtractor.php fixed CS 2019-01-16 21:35:37 +01:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyInitializableExtractorInterface.php fixed CS 2019-01-16 21:35:37 +01: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 [PropertyInfo] Add missing documentation link in Readme 2019-05-16 16:10:36 +02:00
Type.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00

PropertyInfo Component

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

Resources