extends |
FunctionVariant |
---|---|
implements |
ParametersAcceptorWithPhpDocs |
Methods | ||
---|---|---|
public
|
__construct(
TemplateTypeMap $templateTypeMap,
?TemplateTypeMap $resolvedTemplateTypeMap,
array<int, ParameterReflectionWithPhpDocs> $parameters,
bool $isVariadic,
Type $returnType,
Type $phpDocReturnType,
Type $nativeReturnType,
?TemplateTypeVarianceMap $callSiteVarianceMap = null,
)
|
# |
public
|
getParameters(): array<int, ParameterReflectionWithPhpDocs>
|
# |
public
|
getPhpDocReturnType(): Type
|
# |
public
|
getNativeReturnType(): Type
|
# |
Methods inherited from PHPStan\Reflection\FunctionVariant |
---|
getTemplateTypeMap(), getResolvedTemplateTypeMap(), getCallSiteVarianceMap(), isVariadic(), getReturnType() |