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 1376b4becd Merge branch '3.3' into 3.4
* 3.3: (22 commits)
  [Routing] Fix resource miss
  [Security] Fixed auth provider authenticate() cannot return void
  declare argument type
  [FrameworkBundle][Serializer] Move normalizer/encoders definitions to xml file & remove unnecessary checks
  streamed response should return $this
  $isClientIpsVali is not used
  content can be a resource
  Adding the Form default theme files to be warmed up in Twig's cache
  Remove BC Break label from `NullDumper` class
  Username and password in basic auth are allowed to contain '.'
  Remove obsolete PHPDoc from UriSigner
  [Serializer] YamlEncoder: throw if the Yaml component isn't installed
  [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed
  [PropertyInfo] Add support for the iterable type
  pdo session fix
  Fixed pathinfo calculation for requests starting with a question mark.  - fix bad conflict resolving issue  - port symfony/symfony#21968 to 3.3+
  Fixed unsetting from loosely equal keys OrderedHashMap
  add DOMElement as return type in Crawler::getIterator to support foreach support in ide
  Fixed mistake in exception expectation
  [Debug] Fix same vendor detection in class loader
  ...
2017-10-20 11:48:32 -07:00
..
DependencyInjection [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
Extractor Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Tests Merge branch '3.3' into 3.4 2017-10-20 11:48:32 -07:00
Util Merge branch '2.8' into 3.2 2017-04-04 09:26:27 +02:00
CHANGELOG.md [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
composer.json Merge branch '3.3' into 3.4 2017-10-10 16:02:56 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:51 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:11:35 -07: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 Merge branch '3.2' into 3.3 2017-07-21 13:04:46 +02:00
PropertyInfoExtractor.php feature #21654 [PropertyInfo] Use iterators for PropertyInfoExtractor (GuilhemN) 2017-02-18 09:12:57 +01: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 Merge branch '2.8' into 3.3 2017-10-18 08:00:09 -07:00

PropertyInfo Component

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

Resources