interface ConstructorArgumentTypeExtractorInterface

Infers the constructor argument type.

Methods

array|null
getTypesFromConstructor(string$class,string$property)

Gets types of an argument from constructor.

Details

array|null getTypesFromConstructor(string$class,string$property)

Gets types of an argument from constructor.

Parameters

string $class
string $property

Return Value

array|null