\Symfony\Component\PropertyInfo\ExtractorConstructorExtractor

Extracts the constructor argument type using ConstructorArgumentTypeExtractorInterface implementations.

Summary

Methods
Properties
Constants
__construct()
getTypes()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$extractors
N/A

Properties

Methods

__construct()

__construct(iterable|\Symfony\Component\PropertyInfo\Extractor\ConstructorArgumentTypeExtractorInterface[]  $extractors = []) : mixed

Parameters

iterable|\Symfony\Component\PropertyInfo\Extractor\ConstructorArgumentTypeExtractorInterface[] $extractors

Returns

mixed —

getTypes()

getTypes(mixed  $class, mixed  $property, array  $context = []) : \Symfony\Component\PropertyInfo\Type[]|null

Gets types of a property.

Parameters

mixed $class
mixed $property
array $context

Returns

\Symfony\Component\PropertyInfo\Type[]|null —